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
/
test
/
service
Age
Commit message (
Expand
)
Author
2011-11-14
refacter(filters): convert filter/limitTo/orderBy from type augmentation to f...
Misko Hevery
2011-11-14
refactor(filter): filters are now injectable and services
Misko Hevery
2011-11-14
move(filters): appease the History God
Misko Hevery
2011-11-14
refactor(parser): turn parser into a service (keep compatibility hack)
Misko Hevery
2011-11-14
move(parser): appease the History God
Misko Hevery
2011-11-14
refactor($service): removed almost all references to scope.$service
Misko Hevery
2011-11-14
refactor(services): migrate angular.service -> module
Misko Hevery
2011-11-14
refactor(injector): switch to injector 2.0 introduce modules
Misko Hevery
2011-11-14
refactor(compiler) turn compiler into a service
Misko Hevery
2011-11-14
move(compiler): appease the History God
Misko Hevery
2011-11-14
refactor(injector): turn scope into a service
Misko Hevery
2011-11-14
move(scope): appease the History God
Misko Hevery
2011-10-22
fix(defer.cancel): should return false instead of undefined
Igor Minar
2011-10-22
feat($defer): add $defer.cancel
Igor Minar
2011-10-22
fix($location): rewrite links with nested elements
Vojta Jina
2011-10-13
fix($location): do not rewrite link when meta key pressed
Vojta Jina
2011-10-11
chore(formating): clean code to be function() {
Misko Hevery
2011-10-11
feat(forms): new and improved forms
Misko Hevery
2011-10-11
refactor(hover): delete hover service
Misko Hevery
2011-09-21
fix($route): fix regex escaping in route matcher
Igor Minar
2011-09-16
fix($location) $location specs must unbind document listener
Igor Minar
2011-09-08
style: fix some missing semi-colons and spaces, typos
Vojta Jina
2011-09-08
fix($route): update $route to reflect $location changes
Vojta Jina
2011-09-08
feat($location): $location service with html5 history api support
Vojta Jina
2011-09-08
feat($sniffer): basic implementation of browser feature testing
Vojta Jina
2011-09-08
feat($browser): jQuery style url method, onUrlChange event
Vojta Jina
2011-08-31
feat($route): add events before/after route change
Misko Hevery
2011-08-30
feat(locale): add getPluralCat function
Di Peng
2011-08-19
feat($route): add reloadOnSearch route param to avoid reloads
Igor Minar
2011-08-14
feat($locale): add default locale service for en-US
Di Peng
2011-08-12
refactor(scope): remove $flush/$observe ng:eval/ng:eval-order
Misko Hevery
2011-08-06
style($function): replace $function with 'function'
Igor Minar
2011-08-02
feat(scope): new and improved scope implementation
Misko Hevery
2011-07-27
feat($xhr): add custom error callback to $xhr, $xhr.cache, $xhr.bulk, $resource
Karl Seamon
2011-07-18
feat(strict mode): adding strict mode flag to all js files
Igor Minar
2011-07-18
fix(strict mode): fix all issues discovered by strict mode and unit/e2e tests
Igor Minar
2011-06-30
feat:$xhr: provide access to $xhr header defaults
Igor Minar
2011-06-08
Throw error when compiling multiple roots
Misko Hevery
2011-05-31
Rename deprecated wasCalled() -> toHaveBeenCalled() in all specs
Vojta Jina
2011-03-30
make xhr.cache optionally synchronous
Igor Minar
2011-03-28
Added missing semi-colons
Vojta Jina
2011-03-11
Added XSRF prevention logic to $xhr service
Misko Hevery
2011-03-11
Consider all 2xx responses as OK, not just 200
Misko Hevery
2011-03-02
$xhr service now autodetects and strips )]}',\n
Igor Minar
2011-03-01
linking function should return bound scope
Igor Minar
2011-02-25
Added delay parameter to the $defer service
Misko Hevery
2011-02-16
Change API angular.compile(element)([scope], [element/true])
Misko Hevery
2011-02-15
split up services into individual files
Igor Minar