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
Age
Commit message (
Expand
)
Author
2011-09-29
doc($log): fix the $log service example
Igor Minar
2011-09-26
fix(scenario): workaround for FF6 dispatchEvent issue #684208
Igor Minar
2011-09-21
fix($route): fix regex escaping in route matcher
Igor Minar
2011-09-08
fix($location): Use encodeUriQuery instead of escape
Kai Groner
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-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-09-02
test(jsonp): fixing jsonp e2e tests
Igor Minar
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-31
bug($xhr.bulk): fix exceptions under some circumstances
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-16
doc(sample): Add javascript sandbox integration (jsFiddle)
dandoyon
2011-08-15
style(*): remove extra semicolons
Igor Minar
2011-08-15
style(*): wrap all assignments in if statements
Igor Minar
2011-08-14
break(date): remove support for 'long', 'longtime' date formats and 'z' flag
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
doc(xhr): add e2e test for JSONP error handling
Di Peng
2011-08-02
fix($xhr.error): fix docs and add missed breaking change
Vojta Jina
2011-08-02
feat(scope): new and improved scope implementation
Misko Hevery
2011-07-30
doc(typos): fix couple of typos in the docs
dandoyon
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-13
doc($route): fix $route example and couple of typos
Vojta Jina
2011-06-30
feat:$xhr: provide access to $xhr header defaults
Igor Minar
2011-06-08
Should have replaced all instances of element('input[name=something]').val() ...
Di Peng
2011-06-07
Fix couple of failing e2e tests
Vojta Jina
2011-06-06
Fix links in docs
Vojta Jina
2011-05-02
fix broken link $xhr docs
Igor Minar
2011-04-08
fix $location service docs and examples
Igor Minar
2011-03-30
make xhr.cache optionally synchronous
Igor Minar
2011-03-26
remove _null and _undefined
Igor Minar
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-03
re-eagarizing the $hover service - mea culpa
Igor Minar
2011-03-02
$xhr service now autodetects and strips )]}',\n
Igor Minar
2011-02-27
$cookie factory fn should not run $eval
Igor Minar
2011-02-25
Added delay parameter to the $defer service
Misko Hevery
2011-02-17
make all built-in services lazy
Igor Minar
2011-02-16
improving the $document docs
Igor Minar
2011-02-16
Small spelling and grammar fixes in documentation.
Anthony Lieuallen
2011-02-15
split up services into individual files
Igor Minar