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
/
services.js
Age
Commit message (
Expand
)
Author
2011-01-10
fixing missing dependency
Igor Minar
2011-01-10
Rename angular.foreach to angular.forEach to make the api consistent.
Igor Minar
2011-01-10
fix for IE free function weirdness
Misko Hevery
2011-01-07
change to keydown from keyup; add delayed $updateView
Misko Hevery
2011-01-07
$location service should utilize onhashchange events instead of polling
Igor Minar
2011-01-04
renaming service property $creation to $eager
Igor Minar
2011-01-04
removing support for 'eager-published' services
Igor Minar
2011-01-04
Remove many eager-publish services, lazy polling
Misko Hevery
2010-12-22
fromJson delegation to native JSON parser if available
Igor Minar
2010-12-10
$defer service should always call $eval after callback finished
Igor Minar
2010-12-07
improving $resource docs
Igor Minar
2010-12-06
add $browser.defer and $defer service and fix async xhr cache issue
Igor Minar
2010-11-25
more docs for angular.service.
Igor Minar
2010-11-25
Doc service: added example into service overview
Vojta Jina
2010-11-18
don't escape $ in hashpath either
Igor Minar
2010-11-18
don't escape ! and : in hashPath
Igor Minar
2010-11-18
fix all closure compilation warnings due to invalid function types
Igor Minar
2010-11-18
add @workInProgress tag and mark all @ngdocs as work in progress
Igor Minar
2010-11-18
make @param type and description non-optional
Igor Minar
2010-11-18
make @returns type non-optional
Igor Minar
2010-11-16
Changed error handling so that better stack traces are displayed in the ng-er...
Misko Hevery
2010-11-15
Added basic Services, which support @memberOf and @methodOf
Vojta Jina
2010-10-31
Small refactor in $location service
Vojta Jina
2010-10-31
Fixing issue #98 (infinite loop when location hash set empty)
Vojta Jina
2010-10-23
$cookieStore should not be a global service
Igor Minar
2010-10-19
Added tests for URL_MATCH and fixed issue with empty path
Vojta Jina
2010-10-18
small fixes to the $location services
Igor Minar
2010-10-18
Removed $location.cancel() method (and related test)
Vojta Jina
2010-10-18
Update $location API Close #62
Vojta Jina
2010-10-18
Update $location API Close #62
Vojta Jina
2010-10-14
publish $route since we bind it with $route.current in ng:include
Misko Hevery
2010-10-12
Introduced injector and $new to scope, and injection into link methods and co...
Misko Hevery
2010-10-12
fixing missing semicolon
Igor Minar
2010-10-13
fix memory leak caused by leftbehind $invalidWidgets references
Igor Minar
2010-10-13
temparary backaward compatibility patch for Controller.init
Igor Minar
2010-09-27
Reworked the cookie synchronization between cookie service, $browser and docu...
Igor Minar
2010-09-26
Properly initialize cookie service in order to preserve existing cookies
Igor Minar
2010-09-23
$cookies service refactoring
Igor Minar
2010-09-23
Rewrite session store service in object literal style and remove getAll metho...
Igor Minar
2010-09-22
Refactored the Browser:
Misko Hevery
2010-09-16
removed unneeded comment
Misko Hevery
2010-09-14
Fixed all trivial jslint violations
Misko Hevery
2010-09-14
Adding cookie service
Misko Hevery
2010-08-18
stringify names for better compression, remove dead functions, removed unders...
Misko Hevery
2010-08-11
clean up for better obfuscation
Misko Hevery
2010-08-10
added additional test
Misko Hevery
2010-07-30
minor speed improvements or URL parsing
Misko Hevery
2010-07-30
fix up the $location encoding
Misko Hevery
2010-07-29
refactored $location service so that it correctly updates under all conditions
Misko Hevery
2010-07-26
add $exceptionHandler service
Misko Hevery
[next]