1. Created a new angular project using yo angular, updated the index.html for custom design - works. 2. Created a few new routes using: yo angular:route contant --url=contact 3. Updated contact.html with my new large set of content 4. Ran grunt serve 5. Home page loaded without any problems 6. I am able to load the content from contact.html into <div ng-view=""></div> 7. The browser will not scroll the full content of contact.html.
<https://lh3.googleusercontent.com/-vYXox6Eri-k/VIotynR6OZI/AAAAAAAAA7E/xEkl9CTPwDg/s1600/Screen%2BShot%2B2014-12-11%2Bat%2B3.50.08%2BPM.png> Is there a simple setting that I am missing? When I wasn't using yo angular generator and instead manually creating everything I didn't have this problem with the only main difference I used ui.router for my other project and ngRoute (the default) for this one. Any suggestions to get this working would be greatly appreciated. -- 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.
