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-02-15
split up services into individual files
Igor Minar
2011-02-07
add support for hashSearch redirection and custom redirection functions
Igor Minar
2011-02-07
$route redirection should interpolate variables
Igor Minar
2011-02-07
$location.updateHash should not preserve hashSearch when hashSearch is undefined
Igor Minar
2011-02-07
$resource service docs
Igor Minar
2011-02-07
docs for $xhr, $xhr.error and $xhr.cache
Igor Minar
2011-02-06
fix how redirection is handled and tested
Igor Minar
2011-02-04
$route.onChange should return the registered fn
Igor Minar
2011-02-03
added more cookbook: work in progress
Misko Hevery
2011-02-01
changed the documentation @example to use <doc:example>
Misko Hevery
2011-02-01
add support for $route.reload()
Igor Minar
2011-02-01
add $route.parent for setting parentScope
Igor Minar
2011-02-01
add redirection support to $route
Igor Minar
2011-02-01
fix $location to handle updates to empty hash well
Igor Minar
2011-02-01
fix docs for $window service
Igor Minar
2011-02-01
fixing $exceptionHandler docs
Igor Minar
2011-02-01
add support for 404 handling via $route.otherwise
Igor Minar
2011-02-01
fixing $route docs
Igor Minar
2011-01-26
split mocks and create $log and $exceptionHandler mocks
Igor Minar
2011-01-24
fixed example rendering, add tests for it.
Misko Hevery
2011-01-24
Revert "$route should create child scope via $new"
Igor Minar
2011-01-24
$cookies service should not call $eval during $eval
Igor Minar
2011-01-19
add ng:view widget
Igor Minar
2011-01-19
$route should create child scope via $new
Igor Minar
2011-01-19
angular internals should not call methods via angular namespace
Igor Minar
2011-01-13
significant rewrite of the $location service
Igor Minar
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
[next]