angular.js/test/service
Vojta Jina c49b8a2db5 fix($location): do not $digest if browser's url change fired within $apply/$digest
Chrome (probably other browsers as well) fires 'hashchange' event synchronously, so if you change raw location from within $apply/$digest, we don't want to $apply twice. (It would throw an exception)
2012-01-14 11:23:12 -08:00
..
filter refactor(module): strict separation between module-config / app-runtime 2012-01-12 13:40:07 -08:00
anchorScrollSpec.js refactor($autoScroll): rename to $anchorScroll and allow disabling auto scrolling (links) 2012-01-13 01:07:12 -08:00
browserSpecs.js feat($httpBackend): extract $browser.xhr into separate service 2011-11-30 11:17:22 -05:00
cacheFactorySpec.js feat($cacheFactory): add general purpose $cacheFactory service 2011-11-30 11:03:42 -05:00
compilerSpec.js refactor(module): strict separation between module-config / app-runtime 2012-01-12 13:40:07 -08:00
cookiesSpec.js refactor(module): strict separation between module-config / app-runtime 2012-01-12 13:40:07 -08:00
cookieStoreSpec.js refactor(injector): turn scope into a service 2011-11-14 16:39:31 -08:00
deferSpec.js refactor(module): strict separation between module-config / app-runtime 2012-01-12 13:40:07 -08:00
documentSpec.js refactor(injector): turn scope into a service 2011-11-14 16:39:31 -08:00
exceptionHandlerSpec.js refactor(module): strict separation between module-config / app-runtime 2012-01-12 13:40:07 -08:00
formFactorySpec.js refactor(injector): turn scope into a service 2011-11-14 16:39:31 -08:00
httpBackendSpec.js fix($httpBackend): fix for jsonp requests 2012-01-09 14:38:32 -08:00
httpSpec.js style(*): small fixes 2012-01-13 14:28:21 -08:00
interpolateSpec.js feat($interpolate): string interpolation function 2011-11-30 14:49:36 -05:00
localeSpec.js refactor(services): migrate angular.service -> module 2011-11-14 16:39:33 -08:00
locationSpec.js fix($location): do not $digest if browser's url change fired within $apply/$digest 2012-01-14 11:23:12 -08:00
logSpec.js refactor(module): strict separation between module-config / app-runtime 2012-01-12 13:40:07 -08:00
parseSpec.js refactor(module): strict separation between module-config / app-runtime 2012-01-12 13:40:07 -08:00
qSpec.js style(q): rename src/Deferred.js to src/service/q.js 2012-01-03 17:48:09 -08:00
resourceSpec.js feat(strict mode): adding strict mode flag to all js files 2011-07-18 12:12:55 -07:00
routeParamsSpec.js refactor(injector): turn scope into a service 2011-11-14 16:39:31 -08:00
routeSpec.js fix(route): $destroy scope after update and reload 2011-12-06 13:35:05 -08:00
scopeSpec.js refactor(module): strict separation between module-config / app-runtime 2012-01-12 13:40:07 -08:00
snifferSpec.js refactor(services): migrate angular.service -> module 2011-11-14 16:39:33 -08:00
windowSpec.js refactor(injector): turn scope into a service 2011-11-14 16:39:31 -08:00