Ionic nested views with infinite level

I am building a mobile app with Ionic and AngularJS. I have a scenario like this:

A Category has got a number of sub categories.

Example given: If you click on any category it shows its sub categories. If you click on any sub category it shows its sub categories and so on.

I tried with changing url by passing parameters but that didn't work. What is the best approach to achieve this? Thanks in advance.