angular.js/test
Enrique Paredes 92ca7efaa4 fix($compile): rename $compileNote to compileNode
Directives was observing different instances of Attributes than the one
that interpolation was registered with because we failed to realize
that the compile node and link node were the same (one of them
was a wrapper rather than raw node)

Closes #1941
2013-02-07 02:49:12 -08:00
..
auto fix($injector): provider can now be defined in the array format 2012-12-01 18:41:59 +01:00
bootstrap feat(bootstrap): support code prettify and dropdown from bootstrap 2012-05-04 15:50:37 -07:00
ng fix($compile): rename $compileNote to compileNode 2013-02-07 02:49:12 -08:00
ngCookies chore(ngCookies): moved to module 2012-03-28 11:16:36 -07:00
ngMock feat(dateFilter): add [.,]sss formatter for milliseconds 2013-02-07 02:28:33 -08:00
ngResource feat(resource): add $q/$resorved property to Resource 2013-01-23 20:57:26 -08:00
ngSanitize test(ngBindHtml): prevent variable name leak 2013-01-29 13:26:06 -08:00
ngScenario feat(scenario): add mouseover method to the ngScenario dsl 2013-01-18 21:24:57 -08:00
AngularSpec.js fix(angular.equals): relax the comparison for undefined properties 2013-01-22 07:35:21 -08:00
ApiSpecs.js fix(ngRepeat): now works with primitive types 2012-09-06 16:06:21 -07:00
BinderSpec.js feat($interpolate): provide contextual error messages 2012-08-30 14:50:22 -07:00
jqLiteSpec.js fix(jqLite): children() should only return elements 2013-01-09 09:22:35 +00: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
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
testabilityPatch.js fix(jqLite): children() should only return elements 2013-01-09 09:22:35 +00:00