I know my routing problems floats the forum can anyone review this and tell me exactly what i am doing wrong? So i’ll learn this probably faster…
1 Like
Could you tell me what i have made wrong?
sure,
in the you need to change id to name ,
and in the js file $urlRouterProvider.otherwise(“esbuilder”);
to $urlRouterProvider.otherwise(“esbuilder/esCustomerInfo”); or what ever you want .
read this and it will help you to understand how nested views work.
https://github.com/angular-ui/ui-router/wiki/Nested-States-%26-Nested-Views#nested-states–views
or in ionic website
http://learn.ionicframework.com/formulas/navigation-and-routing-part-1/
1 Like
thx ,
it was very helpful
1 Like