doesn't the angular router support only one single view? ui-router can manage nested and multiple. Sometimes you don't need them (ng-include, ... are alternatives to some use cases)
Am Freitag, 7. November 2014 06:02:21 UTC+1 schrieb Amit Kumar: > > I am new to angular js. I am creating an application in which, I have a > login page, sign up form and home page. > > - In home page there is multiple links to open different functionality. > - In login page i have to display some detail or images etc and login > component(textbox). > - in sing up page there is a single form. > > > So I created a *Index* page in which i created a div with *ng-view* where > initially loading *login* page and after login there i'm loading *home* > page. > > In home page i *have multiple link* and *same header footer* and menu so > i took *one more ng-view *in home page and here trying to load my all > link of home page. > > Home page is loaded successfully but its link is not loading in second > ng-view. > > Any suggestion will be helpful, > Thanks > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
