aboutsummaryrefslogtreecommitdiffstats
path: root/test/service/routeSpec.js
AgeCommit message (Expand)Author
2012-03-28chore(module): move files around in preparation for more modulesMisko Hevery
2012-03-20feat($route): when matching consider trailing slash as optionalIgor Minar
2012-02-28refactor(ng:view) Make $route scope agnostic, add $contentLoaded eventVojta Jina
2012-02-28refactor($route): remove .parent(); ng:view scope creationMisko Hevery
2012-02-28refactor($route): move when/otherwise to providerMisko Hevery
2012-01-23refactor(scope.$watch): rearrange arguments passed into watcher (newValue, ol...Vojta Jina
2012-01-23refactor(scope): separate controller from scopeVojta Jina
2011-12-06fix(route): $destroy scope after update and reloadVojta Jina
2011-11-14refactor($service): removed almost all references to scope.$serviceMisko Hevery
2011-11-14refactor(injector): turn scope into a serviceMisko Hevery
2011-10-11feat(forms): new and improved formsMisko Hevery
2011-09-21fix($route): fix regex escaping in route matcherIgor Minar
2011-09-08style: fix some missing semi-colons and spaces, typosVojta Jina
2011-09-08fix($route): update $route to reflect $location changesVojta Jina
2011-08-31feat($route): add events before/after route changeMisko Hevery
2011-08-19feat($route): add reloadOnSearch route param to avoid reloadsIgor Minar
2011-08-12refactor(scope): remove $flush/$observe ng:eval/ng:eval-orderMisko Hevery
2011-08-02feat(scope): new and improved scope implementationMisko Hevery
2011-07-18feat(strict mode): adding strict mode flag to all js filesIgor Minar
2011-03-01linking function should return bound scopeIgor Minar
2011-02-16Change API angular.compile(element)([scope], [element/true])Misko Hevery
2011-02-15split up services into individual filesIgor Minar