index
:
angular.js
g3_v1_0
g3_v1_2
g3_v1_3
master
nganimate-docs-at-symbol-HTML-entity-to-character
v0.9.x
v1.0.x
v1.2.x
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
service
/
route.js
Age
Commit message (
Expand
)
Author
2012-03-28
chore(module): move files around in preparation for more modules
Misko Hevery
2012-03-20
feat($route): when matching consider trailing slash as optional
Igor Minar
2012-03-13
docs(links): corrected borken links
Misko Hevery
2012-03-12
docs(*): renaming incorrect widget references to control or directive
Igor Minar
2012-03-09
chore(*): refactor all ng: to ng-
Igor Minar
2012-03-05
docs($route, ng:view): Fix the examples to work on jsfiddle, update docs
Vojta Jina
2012-02-28
feat(ng:include) Fire $contentLoaded event
Vojta Jina
2012-02-28
refactor(ng:view) Make $route scope agnostic, add $contentLoaded event
Vojta Jina
2012-02-28
refactor($route): remove .parent(); ng:view scope creation
Misko Hevery
2012-02-28
refactor($route): move when/otherwise to provider
Misko Hevery
2012-02-21
feat($compile) add locals, isolate scope, transclusion
Misko Hevery
2012-01-25
docs(compiler): update the compiler docs
Misko Hevery
2012-01-23
refactor($controller): Add $controller service for instantiating controllers
Vojta Jina
2012-01-23
refactor(scope): separate controller from scope
Vojta Jina
2011-12-06
fix(route): $destroy scope after update and reload
Vojta Jina
2011-11-14
style(docs): make jslint happy - fix some warnings
Vojta Jina
2011-11-14
doc(service): update docs for the moved services
Misko Hevery
2011-11-14
refactor(services): migrate angular.service -> module
Misko Hevery
2011-11-14
refactor(injector): turn scope into a service
Misko Hevery
2011-10-12
docs(*): remove @workInProgress from everywhere
Igor Minar
2011-10-11
chore(formating): clean code to be function() {
Misko Hevery
2011-10-11
feat(forms): new and improved forms
Misko Hevery
2011-09-21
fix($route): fix regex escaping in route matcher
Igor Minar
2011-09-08
style: fix some missing semi-colons and spaces, typos
Vojta Jina
2011-09-08
refactor($route): remove some odd code and rename allowReload to forceReload
Vojta Jina
2011-09-08
fix($route): update $route to reflect $location changes
Vojta Jina
2011-08-31
style(docs): improve the formatting of events in docs
Misko Hevery
2011-08-31
feat($route): add events before/after route change
Misko Hevery
2011-08-19
feat($route): add reloadOnSearch route param to avoid reloads
Igor Minar
2011-08-16
doc(sample): Add javascript sandbox integration (jsFiddle)
dandoyon
2011-08-15
style(*): wrap all assignments in if statements
Igor Minar
2011-08-12
refactor(scope): remove $flush/$observe ng:eval/ng:eval-order
Misko Hevery
2011-08-02
feat(scope): new and improved scope implementation
Misko Hevery
2011-07-18
feat(strict mode): adding strict mode flag to all js files
Igor Minar
2011-07-13
doc($route): fix $route example and couple of typos
Vojta Jina
2011-03-26
remove _null and _undefined
Igor Minar
2011-02-15
split up services into individual files
Igor Minar