angular.js/src/ng
Buu Nguyen 40414827f4 docs($compile): improve explanation of Attributes.$observe
The current comment of Attributes.$observe doesn't state correctly the behavior when the attribute contains no interpolation. Specifically, it states that the observer function will never be invoked if the attribute contains no interpolation. However, the actual behavior in this case is that the observer will be invoked once during the next digest loop.
2013-10-02 10:54:16 -07:00
..
directive refactor(select): simplify the ngOptions regular expression 2013-10-01 10:06:15 +01:00
filter fix(dateFilter): allow negative millisecond value strings 2013-10-01 10:18:03 -07:00
anchorScroll.js docs($anchorScroll): provide an example of basic usage. 2013-09-05 08:32:52 +01:00
animate.js fix(jqLite): use get/setAttribute so that jqLite works on SVG nodes 2013-09-27 12:38:27 -07:00
browser.js fix($location): re-assign location after BFCache back 2013-09-30 13:02:40 -07:00
cacheFactory.js docs(*): fixed typos and ngdoc parameter names 2013-07-27 20:53:41 +02:00
compile.js docs($compile): improve explanation of Attributes.$observe 2013-10-02 10:54:16 -07:00
controller.js docs(angular.Module): fix controller and directive method parameters 2013-09-27 16:10:43 -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 feat(filter): allow map of filters to be registered 2013-10-01 10:26:36 +01:00
http.js docs($http): update grammar in comments 2013-09-30 21:44:35 +01:00
httpBackend.js fix($httpBackend): set headers with falsy values 2013-10-01 14:02:00 -07:00
interpolate.js docs($interpolate): fix example for provider w/ custom symbols 2013-08-15 08:27:41 -07:00
locale.js docs(*): simplify doc urls 2012-06-12 00:10:18 -07:00
location.js docs(): parameter for html5Mode is boolean 2013-09-05 10:01:50 +01:00
log.js fix(log): prevent logging undefined for $log in IE 2013-09-27 16:44:21 -07:00
parse.js fix($parse): disallow access to window and dom in expressions 2013-09-17 18:15:49 -07:00
q.js docs($q): clarify what happens when rejected 2013-09-10 22:06:04 +01:00
rootElement.js docs(*): simplify doc urls 2012-06-12 00:10:18 -07:00
rootScope.js style($rootScope): fix argument name in $postDigest api 2013-09-27 15:12:39 -07:00
sce.js feat($sce): simpler patterns for $sceDelegateProviders white/blacklists 2013-10-01 00:41:07 -07:00
sniffer.js fix($sniffer): history problems on Boxee box 2013-08-23 11:57:55 -07:00
timeout.js docs($timeout): add a $timeout example 2013-09-28 15:24:35 +01:00
urlUtils.js fix(core): parse IE11 UA string correctly 2013-08-29 16:07:49 -07:00
window.js docs($window): improve style and clarify wording 2013-07-21 20:24:33 +02:00