angular.js/src/ng
Pavel Vasek dca23173e2 fix($location): prevent infinite digest error due to IE bug
If an app uses HTML5 mode and we open an html5 url on IE8 or 9 which
don't support location href, we use location.replace to reload the page
with the hashbang equivalent of the url but this fails with infinite
digest. This is because location.replace doesn't update location.href
synchronously on IE8 and 9.

Closes #2802, #3305, #1417
2013-07-24 10:38:13 -07:00
..
directive fix($compile): always instantiate controllers in parent->child order 2013-07-22 11:27:53 -07:00
filter docs(dateFilter): fix typos 2013-07-17 11:22:10 +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 fix($animator): ensure animations are always disabled for an element that is not attached to the DOM 2013-07-15 09:30:54 -07:00
browser.js fix($location): prevent infinite digest error due to IE bug 2013-07-24 10:38:13 -07:00
cacheFactory.js docs(cacheFactory): correct typos 2013-07-23 20:16:23 +01:00
compile.js fix(core): parse URLs using the browser's DOM API 2013-07-19 01:44:57 -07:00
controller.js chore(minErr): replace ngError with minErr 2013-06-17 13:29:30 -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 fix(core): parse URLs using the browser's DOM API 2013-07-19 01:44:57 -07:00
httpBackend.js chore(minErr): replace ngError with minErr 2013-06-17 13:29:30 -07:00
interpolate.js fix($compile): reject multi-expression interpolations for src attribute 2013-06-24 14:17:18 -07:00
locale.js docs(*): simplify doc urls 2012-06-12 00:10:18 -07:00
location.js fix(Angular.js): handle duplicate params in parseKeyValue/toKeyValue 2013-07-01 19:32:12 +01:00
log.js feat($log): add $log.debug() 2013-01-17 16:47:39 -08:00
parse.js fix($parse): disallow access to Function constructor 2013-07-03 00:03:56 -07:00
q.js feat($q): added support to promise notification 2013-07-14 23:11:46 -07:00
rootElement.js docs(*): simplify doc urls 2012-06-12 00:10:18 -07:00
rootScope.js fix(Scope): ensure that isolate scopes use the main evalAsync queue 2013-07-22 11:27:53 -07:00
sniffer.js fix($sniffer): detect transition/animation on older Android browsers 2013-07-03 22:16:31 +01:00
timeout.js docs($timeout): minor cleanup 2013-05-14 20:47:39 +01:00
urlUtils.js fix($$urlUtils): use document instead of $document 2013-07-23 17:19:56 -07:00
window.js docs($window): improve style and clarify wording 2013-07-21 20:24:33 +02:00