Routing stuck again!

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…

hi,

check this codepan,

http://codepen.io/itamarCohen/pen/ZYLLbz?editors=101

1 Like

Could you tell me what i have made wrong?:stuck_out_tongue:

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