angular.js/test/ng/directive
Per Rovegård 5f5d4feadb fix(ngClass): keep track of old ngClass value manually
ngClassWatchAction, when called as a $watch function, gets the wrong old
value after it has been invoked previously due to observation of the
interpolated class attribute. As a result it doesn't remove classes
properly. Keeping track of the old value manually seems to fix this.

Closes #1637
2013-02-18 20:25:43 -08:00
..
aSpec.js fix(a): workaround IE bug affecting mailto urls 2013-02-14 16:42:58 -08:00
booleanAttrsSpec.js feat(directive): added ng-open boolean directive 2013-01-18 21:16:16 -08:00
formSpec.js feat(form): add ability to reset a form to pristine state 2012-11-26 16:44:34 +01:00
inputSpec.js feat(form): add ability to reset a form to pristine state 2012-11-26 16:44:34 +01:00
ngBindSpec.js chore(ngSanitize): extract $sanitize, ngBindHtml, linkyFilter into a module 2012-04-11 15:50:47 -07:00
ngClassSpec.js fix(ngClass): keep track of old ngClass value manually 2013-02-18 20:25:43 -08:00
ngClickSpec.js chore(tests): rename all directive names to the normalized form 2012-04-09 11:48:54 -07:00
ngCloakSpec.js chore(tests): rename all directive names to the normalized form 2012-04-09 11:48:54 -07:00
ngControllerSpec.js chore(tests): rename all directive names to the normalized form 2012-04-09 11:48:54 -07:00
ngCspSpec.js feat($parse): CSP compatibility 2012-04-27 23:04:24 -07:00
ngEventDirsSpec.js chore(tests): rename all directive names to the normalized form 2012-04-09 11:48:54 -07:00
ngIncludeSpec.js chore(tests): rename all directive names to the normalized form 2012-04-09 11:48:54 -07:00
ngInitSpec.js chore(tests): rename all directive names to the normalized form 2012-04-09 11:48:54 -07:00
ngKeySpec.js feat(directive): ng:keydown, ng:keyup 2012-12-18 22:57:58 +01:00
ngNonBindableSpec.js chore(tests): rename all directive names to the normalized form 2012-04-09 11:48:54 -07:00
ngPluralizeSpec.js fix(ngPluralize): fixes ng-pluralize when using non-standard start/end symbols 2012-08-13 09:48:23 -07:00
ngRepeatSpec.js fix(ngRepeat): correctly apply $last if repeating over object 2013-01-17 00:25:30 -08:00
ngShowHideSpec.js chore(tests): rename all directive names to the normalized form 2012-04-09 11:48:54 -07:00
ngSrcSpec.js fix(ngSrc): don't set src if value is empty string 2012-09-06 16:06:24 -07:00
ngStyleSpec.js chore(tests): rename all directive names to the normalized form 2012-04-09 11:48:54 -07:00
ngSwitchSpec.js feat(ngSwitch): support multiple matches on ngSwitchWhen and ngSwitchDefault 2013-02-14 19:55:05 -08:00
ngViewSpec.js fix(compile): should not leak memory when there are top level empty text nodes 2013-02-18 12:05:16 +00:00
scriptSpec.js fix(script): Incorrectly reading script text on ie 2012-04-20 11:29:34 -07:00
selectSpec.js fix(select): support optgroup + select[multiple] combo 2012-12-05 02:20:11 +01:00
styleSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00