aboutsummaryrefslogtreecommitdiffstats
path: root/test/ng/directive/ngPluralizeSpec.js
AgeCommit message (Collapse)Author
2013-07-14feat(ngPluralize): add alternative mapping using attributesLucas Galfasó
Add an alternative way to define a mapping for ng:pluralize using attributes instead of the `when` attribute Closes #2454
2013-05-10fix(ngPluralize): handle the empty string as a valid overrideLucas Galfasó
Fix the check for overrides so it is able to handle the empty string Closes #2575
2012-08-13fix(ngPluralize): fixes ng-pluralize when using non-standard start/end symbolsBrian Ford
Closes #1134
2012-08-13style(ngPluralizeSpec): fix indentationIgor Minar
2012-04-09chore(tests): rename all directive names to the normalized formIgor Minar
2012-03-28chore(module): move files around in preparation for more modulesMisko Hevery