Hello everyone,
As I am new to AngularJs, I am reading the AngularJS from novice to ninja book,
In the 4th chapter, “Multiples views and routing”, I am talked about the transition from ng-routing to ui-routing (from page 94 to 96, particularly page 95).
But I had to figure out a step from myself for a while, looking for the problem with my result when following this pages. Indeed, the author has just missed to tell to replace, in the index.html, the tag <ng-view> </ng-view> with <ui-view></ui-view> (or <div class=“ui-view”>) as I did.
Hope this can help.
Regards