I agree with Aaron. I just started learning AngularJS and lost a lot of time trying to figure out why ngRoutes wasn't working. Eventually I just used 1.1.5 which worked for me. Only after 2 weeks of working with Angular did I learn enough to know what to search for and find this thread. Now 1.2.6 is working for me.
On Monday, December 9, 2013 2:31:34 PM UTC-7, Daniel Tabuenca wrote: > > Which docs are you referring to? In the documentation for ng-route it > clearly documents what scripts you need to add and where to get them: > > http://docs.angularjs.org/api/ngRoute > > > > > On Monday, December 9, 2013 11:29:36 AM UTC-8, Aaron Cicali wrote: >> >> This adds greatly to the difficulty of learning to use AngularJS. I >> spent quite a bit of time following docs and tutorials on routing in >> AngularJS and couldn't get anything working... then I found this thread... >> seems like a pretty big oversight. >> >> >> On Sunday, August 25, 2013 8:02:08 PM UTC-4, owcarnia wrote: >>> >>> You can find it here : >>> >>> http://code.angularjs.org/1.2.0rc1/ >>> >>> or just >>> >>> http://code.angularjs.org/ >>> >>> for other versions. >>> >>> Cheers, >>> >>> On Thursday, August 15, 2013 7:03:37 PM UTC+2, john tigernassau wrote: >>>> >>>> Okay, good, but i meant in the announcement blogs which is the first >>>> thing some of us read. >>>> >>>> Sent from my LG Mobile >>>> >>>> Pawel Kozlowski <[email protected]> wrote: >>>> >>>> >On Thu, Aug 15, 2013 at 6:43 PM, TigerNassau <[email protected]> >>>> wrote: >>>> >> Ok we had downloaded the min file but anyone using route needs the >>>> zip file that contains angular-route - would be helpful for core team to >>>> note this in upgrade notes >>>> > >>>> > >>>> https://github.com/angular/angular.js/blob/master/CHANGELOG.md#breaking-changes >>>> > >>>> >" >>>> > >>>> >due to 5599b55b, applications that use $route will now need to load an >>>> >angular-route.js file and define a dependency on the ngRoute module. >>>> > >>>> >Before: >>>> > >>>> >... >>>> ><script src="angular.js"></script> >>>> >... >>>> >var myApp = angular.module('myApp', ['someOtherModule']); >>>> >... >>>> > >>>> >After: >>>> > >>>> >... >>>> ><script src="angular.js"></script> >>>> ><script src="angular-route.js"></script> >>>> >... >>>> >var myApp = angular.module('myApp', ['ngRoute', 'someOtherModule']); >>>> > >>>> >..." >>>> > >>>> >Cheers, >>>> >Pawel >>>> > >>>> >-- >>>> >AngularJS book: >>>> >http://www.packtpub.com/angularjs-web-application-development/book >>>> >Looking for bootstrap-based widget library for AngularJS? >>>> >http://angular-ui.github.com/bootstrap/ >>>> > >>>> >-- >>>> >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/groups/opt_out. >>>> >>>> -- 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/groups/opt_out.
