Damian Orzepowski

Results 4 comments of Damian Orzepowski

Did you try to place url property like in the following example: ``` .config(function(stateHelperProvider){ stateHelperProvider .state({ name: 'apps', templateUrl: 'tpl/layout.html', children: [ { name: 'contacts', url: '\contacts' templateUrl: 'tpl/apps/contacts/contacts.html', children:...

Ok. I had similar mind breaking problem and i solved this like that: On the page with router ex. index.HTML You shpuld have tag witg ui-view eg. Then in the...

Sorry for brealing in the middle of sentence but i'm writing on mobile and i'm in the bus. So You shoud place in the states that had to change this...

This is why I asked for working example. ok i will try to show this on the most basic example First of all (like I write before) you should have...