angular.js/test/ng/directive
Max 1d388676e3 fix(ngRepeat): expose $first, $middle and $last instead of $position
$position marker doesn't work well in cases when we have just one item
in the list because then the item is both the first and last. To solve
this properly we need to expose individual $first and $middle and $last
flags.

BREAKING CHANGE: $position is not exposed in repeater scopes any more

To update, search for $position and replace it with one of $first,
$middle or $last.

Closes #912
2012-05-22 14:18:15 -07:00
..
aSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
booleanAttrsSpec.js fix(ngSrc,ngHref): binding should set element prop as well as attr 2012-05-06 23:01:33 -07:00
formSpec.js chore(tests): rename all directive names to the normalized form 2012-04-09 11:48:54 -07:00
inputSpec.js fix(ngModel): use keydown/change events on IE9 instead of input 2012-05-06 23:01:33 -07:00
ngBindSpec.js chore(ngSanitize): extract $sanitize, ngBindHtml, linkyFilter into a module 2012-04-11 15:50:47 -07:00
ngClassSpec.js chore(tests): rename all directive names to the normalized form 2012-04-09 11:48:54 -07: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
ngNonBindableSpec.js chore(tests): rename all directive names to the normalized form 2012-04-09 11:48:54 -07:00
ngPluralizeSpec.js chore(tests): rename all directive names to the normalized form 2012-04-09 11:48:54 -07:00
ngRepeatSpec.js fix(ngRepeat): expose $first, $middle and $last instead of $position 2012-05-22 14:18:15 -07:00
ngShowHideSpec.js chore(tests): rename all directive names to the normalized form 2012-04-09 11:48:54 -07:00
ngStyleSpec.js chore(tests): rename all directive names to the normalized form 2012-04-09 11:48:54 -07:00
ngSwitchSpec.js chore(tests): rename all directive names to the normalized form 2012-04-09 11:48:54 -07:00
ngViewSpec.js chore(tests): rename all directive names to the normalized form 2012-04-09 11:48:54 -07:00
scriptSpec.js fix(script): Incorrectly reading script text on ie 2012-04-20 11:29:34 -07:00
selectSpec.js fix(select): don't interfere with selection if not databound 2012-05-02 14:24:43 -07:00
styleSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00