Hi Banuprasad, You have created a page that reloads itself many times. If you do navigation like this, the browser sees your app as an new page every time. Meaning, the browser does a full reload. What you doing is the same thing as rebooting your computer every time you open a new document. That is not an angular issue.
You need to implement a router in your page, to handle the transitions between views. There will be a new router soon, perhaps you can better wait for that. Regards Sander -- 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.
