angular.js/src
Vojta Jina 3da4194f98 fix($location): url rewriting if element was removed
When user clicks a link, $location needs to intercept this event.  The <a> doesn't have to be target element of the DOM event, so it needs to traverse the DOM, to find first <a> parent.

If the target element was removed from DOM, during the same event, it would throw an exception. This fixes the issue.

Closes #1058
2012-06-20 12:18:48 -07:00
..
auto docs(*): simplify doc urls 2012-06-12 00:10:18 -07:00
bootstrap fix($defer): remove deprecated $defer service 2012-06-12 01:09:07 -07:00
ng fix($location): url rewriting if element was removed 2012-06-20 12:18:48 -07:00
ngCookies docs(*): simplify doc urls 2012-06-12 00:10:18 -07:00
ngLocale chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
ngMock fix($location): fix URL interception in hash-bang mode 2012-06-14 10:48:56 -07:00
ngResource docs(*): simplify doc urls 2012-06-12 00:10:18 -07:00
ngSanitize docs(*): simplify doc urls 2012-06-12 00:10:18 -07:00
ngScenario docs(*): simplify doc urls 2012-06-12 00:10:18 -07:00
angular-bootstrap.js chore(debug): rewrite angular-bootstrap.js to use $script 2012-05-04 15:50:37 -07:00
Angular.js docs(*): simplify doc urls 2012-06-12 00:10:18 -07:00
angular.prefix chore(license): update to google 2012-04-20 11:29:34 -07:00
angular.suffix fix(init): use jQuery#ready for init if available 2012-03-23 15:41:37 -07:00
AngularPublic.js fix($defer): remove deprecated $defer service 2012-06-12 01:09:07 -07:00
apis.js fix(ng:repeat): support repeating over array with null 2012-01-06 12:19:39 -08:00
jqLite.js docs(*): simplify doc urls 2012-06-12 00:10:18 -07:00
loader.js docs(*): simplify doc urls 2012-06-12 00:10:18 -07:00
loader.prefix chore(license): update to google 2012-04-20 11:29:34 -07:00
loader.suffix feat(module): new module loader 2012-01-10 22:27:00 -08:00
module.prefix chore(module): improved module prefix/suffix code 2012-05-04 15:50:37 -07:00
module.suffix chore(module): improved module prefix/suffix code 2012-05-04 15:50:37 -07:00
publishExternalApis.js chore(Rakefile): get ready for modules 2012-03-28 11:16:36 -07:00