angular.js/test
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
..
directive feat($controller): support controller registration via $controllerProvider 2012-03-26 15:23:29 -07:00
jstd-scenario-adapter chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
scenario chore(*): refactor all ng: to ng- 2012-03-09 16:14:26 -08:00
service refactor($sniffer): make $sniffer service private 2012-03-26 15:43:59 -07:00
angular-mocksSpec.js feature($exceptionHandler): $exceptionHandler now supports var_args 2012-01-25 11:46:34 -08:00
AngularSpec.js fix(forEach): should ignore prototypically inherited properties 2012-03-22 16:39:36 -07:00
ApiSpecs.js fix(ng:repeat): support repeating over array with null 2012-01-06 12:19:39 -08:00
BinderSpec.js chore(*): refactor all ng: to ng- 2012-03-09 16:14:26 -08:00
InjectorSpec.js feat(injector): infer _foo_ as foo 2012-03-16 10:52:40 -07:00
jqLiteSpec.js feat(jqLite): make injector() and scope() work with the document object 2012-03-22 16:39:36 -07:00
jquery_alias.js fix(specs): fix jQuery to jqLite binding on IE8 2011-09-16 02:44:33 +02:00
jquery_remove.js fix(specs): fix jQuery to jqLite binding on IE8 2011-09-16 02:44:33 +02:00
jQueryPatchSpec.js chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
JsonSpec.js fix(json): added support for iso8061 timezone 2012-03-19 11:41:10 -07:00
loaderSpec.js feat($controller): support controller registration via $controllerProvider 2012-03-26 15:23:29 -07:00
matchers.js fix(matchers.toHaveClass): Correct reference to angular.mock.dump 2012-03-19 17:26:29 -07:00
sanitizerSpec.js refactor(directives): connect new compiler 2012-01-25 11:50:37 -08:00
ScenarioSpec.js chore(*): refactor all ng: to ng- 2012-03-09 16:14:26 -08:00
testabilityPatch.js chore(*): refactor all ng: to ng- 2012-03-09 16:14:26 -08:00