angular.js/test/service
Igor Minar aaedefb92e refactor($sniffer): make $sniffer service private
This service has been accidentaly documented in the past, it should not be considered
to be public api.

I'm also removing fallback to Modernizr since we don't need it.

Breaks any app that depends on this service and its fallback to Modernizr, please
migrate to custom "Modernizr" service:

    module.value('Modernizr', function() { return Modernizr; });
2012-03-26 15:43:59 -07:00
..
filter refactor(directives): connect new compiler 2012-01-25 11:50:37 -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 fix($compile): create new (isolate) scopes for directives on root elements 2012-03-23 11:46:54 -07:00
controllerSpec.js feat($controller): support controller registration via $controllerProvider 2012-03-26 15:23:29 -07: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($provide) Rename service -> provider 2012-03-09 10:10:28 -08:00
httpBackendSpec.js fix($httpBackend): Set current url, if not defined or empty string 2012-02-23 22:50:02 -08:00
httpSpec.js feat(http): added params parameter 2012-03-23 14:21:43 -07:00
interpolateSpec.js refactor($interpolate): improve interpolation service add documentation 2012-01-25 11:46:36 -08:00
localeSpec.js refactor(services): migrate angular.service -> module 2011-11-14 16:39:33 -08:00
locationSpec.js chore(*): refactor all ng: to ng- 2012-03-09 16:14:26 -08:00
logSpec.js fix($log): avoid console.log.apply calls in IE 2012-03-20 11:07:36 -07:00
parseSpec.js fix($parse): Allow property names that collide with native object properties 2012-03-08 11:39:03 -08:00
qSpec.js fix(q): resolve all of nothing to nothing 2012-03-23 14:21:43 -07:00
resourceSpec.js refactor($resource): unify and simplify the code 2012-03-20 11:07:38 -07:00
routeParamsSpec.js refactor($route): move when/otherwise to provider 2012-02-28 17:46:58 -08:00
routeSpec.js feat($route): when matching consider trailing slash as optional 2012-03-20 11:07:37 -07:00
scopeSpec.js feat(scope.$eval): Allow passing locals to the expression 2012-03-18 23:46:30 -07:00
snifferSpec.js refactor($sniffer): make $sniffer service private 2012-03-26 15:43:59 -07:00
windowSpec.js refactor(injector): turn scope into a service 2011-11-14 16:39:31 -08:00