angular.js/src/ng
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
filter docs(guide/filter): Refactor filter guide docs 2013-11-07 14:14:57 -08:00
anchorScroll.js style: make jshint happy 2013-10-22 15:32:41 -07:00
animate.js fix(ngInclude): allow ngInclude to load scripts when jQuery is included 2013-11-20 13:58:54 -08:00
browser.js style: make jshint happy 2013-10-22 15:32:41 -07:00
cacheFactory.js style: make jshint happy 2013-10-22 15:32:41 -07:00
compile.js fix($compile): ensure CSS classes are added and removed only when necessary 2013-11-21 20:47:44 -05:00
controller.js style: make jshint happy 2013-10-22 15:32:41 -07:00
document.js docs(*): simplify doc urls 2012-06-12 00:10:18 -07:00
exceptionHandler.js docs($exceptionHandler): add an example of overriding the handler 2013-09-19 14:51:38 +01:00
filter.js docs(guide/filter): Refactor filter guide docs 2013-11-07 14:14:57 -08:00
http.js docs($http): improve $http's caching documentation 2013-11-13 20:20:59 +00:00
httpBackend.js style: make jshint happy 2013-10-22 15:32:41 -07:00
interpolate.js style: make jshint happy 2013-10-22 15:32:41 -07:00
interval.js style: make jshint happy 2013-10-22 15:32:41 -07:00
locale.js style: make jshint happy 2013-10-22 15:32:41 -07:00
location.js fix(urlUtils): made removal of windows drive from path safer 2013-11-13 15:53:20 -08:00
log.js docs($log): the documented default log behavior was incorrect 2013-11-20 21:02:02 +00:00
parse.js feat($parse): revert hiding "private" properties 2013-11-13 23:25:09 -08:00
q.js docs($q): add missing closing parentheses in code example 2013-11-14 13:27:11 +00:00
rootElement.js docs(*): simplify doc urls 2012-06-12 00:10:18 -07:00
rootScope.js docs($rootScope): added $eval locals parameter documentation 2013-10-25 23:53:15 -04:00
sce.js refactor($sce): Use $sniffer instead of $document for feature detection. 2013-11-20 23:12:39 +00:00
sniffer.js refactor($sce): Use $sniffer instead of $document for feature detection. 2013-11-20 23:12:39 +00:00
timeout.js docs: correct broken links 2013-10-18 15:35:41 -07:00
urlUtils.js fix(urlUtils): made removal of windows drive from path safer 2013-11-13 15:53:20 -08:00
window.js docs($window): improve style and clarify wording 2013-07-21 20:24:33 +02:00