meanjs / mean-seo

SEO Solution for MEAN.JS applications using PhantomJS.
72 stars 36 forks source link

partials code not showing #15

Closed vsaharan2 closed 9 years ago

vsaharan2 commented 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.

vsaharan2 commented 9 years ago

ok I got it i was using wrong url it should be

http://localhost:3000/?_escaped_fragment_=signin#!/