Closed vsaharan2 closed 9 years ago
when i go to url http://localhost:3000/?_escaped_fragment_=/#!/signin
the resulting page source is showing
<section style="min-height:500px"> <section class="container"> <!-- uiView: --><section data-ui-view="" class="ng-scope"><section data-ng-controller="HomeController" class="ng-scope"> <span ng-show="false" class="ng-hide">homepage content</span> </section>
and not showing signin page content . please correct me if i am going wrong.
ok I got it i was using wrong url it should be
http://localhost:3000/?_escaped_fragment_=signin#!/
when i go to url http://localhost:3000/?_escaped_fragment_=/#!/signin
the resulting page source is showing
and not showing signin page content . please correct me if i am going wrong.