angular.js/src/ng
Samuel Santos d551d72924 feat(ngSrcset): add new ngSrcset directive
In line with ngSrc and ngHref, this new directive ensures that the
`srcset` HTML5 attribute does not include a pre-interpolated string.
Without it the browser will fetch from the URL with the literal text
`{{hash}}` until AngularJS replaces the expression inside `{{hash}}`.

Closes #2601
2013-05-14 21:29:21 +01:00
..
directive feat(ngSrcset): add new ngSrcset directive 2013-05-14 21:29:21 +01:00
filter fix(date): correctly format dates with more than 3 sub-second digits 2013-05-07 22:59:46 +01:00
anchorScroll.js docs(anchorScroll): correct word "location" 2012-12-19 21:01:41 +01:00
animation.js style(*): fix up semicolon and var usage 2013-05-09 15:01:22 +01:00
animator.js feat(ngAnimate): cancel previous incomplete animations when new animations take place 2013-05-13 21:09:43 -07:00
browser.js fix($browser): should use first value for a cookie. 2013-05-11 09:28:14 -07:00
cacheFactory.js feat($cacheFactory): cache.put now returns the added value 2012-11-25 00:01:34 +01:00
compile.js style(*): fix up semicolon and var usage 2013-05-09 15:01:22 +01:00
controller.js fix(ngController): allow dots in a controller name 2013-04-30 14:38:14 -07:00
document.js docs(*): simplify doc urls 2012-06-12 00:10:18 -07:00
exceptionHandler.js style(exceptionHandler): add ws 2013-04-11 15:32:20 -07:00
filter.js docs(filter): improve syntax for usage in templates 2013-04-24 21:55:58 +01:00
http.js style(*): fix up semicolon and var usage 2013-05-09 15:01:22 +01:00
httpBackend.js feat($httpBackend): add timeout support for JSONP requests 2013-04-30 20:42:34 +01:00
interpolate.js feat($interpolate): provide contextual error messages 2012-08-30 14:50:22 -07:00
locale.js docs(*): simplify doc urls 2012-06-12 00:10:18 -07:00
location.js fix($location): prevent navigation when event isDefaultPrevented 2013-05-06 21:52:53 -07:00
log.js feat($log): add $log.debug() 2013-01-17 16:47:39 -08:00
parse.js style(*): fix up semicolon and var usage 2013-05-09 15:01:22 +01:00
q.js docs($q): fix typo 2013-04-28 18:44:07 +01:00
rootElement.js docs(*): simplify doc urls 2012-06-12 00:10:18 -07:00
rootScope.js docs($scope): clarify documentation for $broadcast 2013-05-10 21:24:08 +01:00
route.js fix(ngController): change controllerAlias to controllerAs. 2013-04-29 14:28:54 -04:00
routeParams.js docs(*): simplify doc urls 2012-06-12 00:10:18 -07:00
sniffer.js feat($sniffer): Add support for supportsAnimations flag for detecting CSS Animations browser support 2013-05-08 15:40:37 -07:00
timeout.js docs($timeout): minor cleanup 2013-05-14 20:47:39 +01:00
window.js docs($window): fix example 2013-05-09 12:47:41 +01:00