You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
It looks like it's searching for an element to grab the href. Not sure why it needs to do that, especially when the ng-click is calling a function that uses $location.
This bug is triggered when say a ng-click removes the node from the dom and you use $location service
Click on the button at http://jsfiddle.net/ADukg/258/
Uncaught TypeError: Cannot read property 'nodeName' of undefined angular.js:5356
(anonymous function) angular.js:5356
f.event.dispatch jquery.min.js:3
f.event.add.h.handle.i
This was working fine in say rc12 http://jsfiddle.net/ADukg/259/
The text was updated successfully, but these errors were encountered: