angular.js/test/ngRoute
Matias Niemelä 0cd7e8f227 fix($compile): ensure CSS classes are added and removed only when necessary
When $compile interpolates a CSS class attribute expression it will
do so by comparing the CSS class value already present on the element.
This may lead to unexpected results when dealing with ngClass values being
added and removed therefore it is best that both compile and ngClass delegate
addClass/removeClass operations to the same block of code.
2013-11-21 20:47:44 -05:00
..
directive fix($compile): ensure CSS classes are added and removed only when necessary 2013-11-21 20:47:44 -05:00
routeParamsSpec.js feat($route): express style route matching 2013-08-12 11:04:37 -07:00
routeSpec.js fix(modules): stop leaking global variables in tests 2013-10-10 11:58:15 -07:00