aboutsummaryrefslogtreecommitdiffstats
path: root/src/service/route.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-03-13docs(links): corrected borken linksMisko Hevery
2012-03-12docs(*): renaming incorrect widget references to control or directiveIgor Minar
2012-03-09chore(*): refactor all ng: to ng-Igor Minar
2012-03-05docs($route, ng:view): Fix the examples to work on jsfiddle, update docsVojta Jina
2012-02-28feat(ng:include) Fire $contentLoaded eventVojta Jina
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-02-21feat($compile) add locals, isolate scope, transclusionMisko Hevery
2012-01-25docs(compiler): update the compiler docsMisko Hevery
2012-01-23refactor($controller): Add $controller service for instantiating controllersVojta Jina
2012-01-23refactor(scope): separate controller from scopeVojta Jina
2011-12-06fix(route): $destroy scope after update and reloadVojta Jina
2011-11-14style(docs): make jslint happy - fix some warningsVojta Jina
2011-11-14doc(service): update docs for the moved servicesMisko Hevery
2011-11-14refactor(services): migrate angular.service -> moduleMisko Hevery
2011-11-14refactor(injector): turn scope into a serviceMisko Hevery
2011-10-12docs(*): remove @workInProgress from everywhereIgor Minar
2011-10-11chore(formating): clean code to be function() {Misko 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-08refactor($route): remove some odd code and rename allowReload to forceReloadVojta Jina
2011-09-08fix($route): update $route to reflect $location changesVojta Jina
2011-08-31style(docs): improve the formatting of events in docsMisko Hevery
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-16doc(sample): Add javascript sandbox integration (jsFiddle)dandoyon
2011-08-15style(*): wrap all assignments in if statementsIgor 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-07-13doc($route): fix $route example and couple of typosVojta Jina
2011-03-26remove _null and _undefinedIgor Minar
2011-02-15split up services into individual filesIgor Minar