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 was archived by the owner on Sep 5, 2024. It is now read-only.
Hi,
as of 0.11.1 every time I do a state change I get an error
TypeError: expr.replace is not a function
at Function.Sizzle.matchesSelector (jquery.js:1439)
at Function.jQuery.filter (jquery.js:2704)
at jQuery.fn.extend.remove (jquery.js:5788)
at val (angular_angular.js:1195)
at Scope.parent.$get.Scope.$broadcast (angular_angular.js:16252)
at Scope.parent.$get.Scope.$destroy (angular_angular.js:15864)
at cleanupLastView (angular-ui-router.js:3914)
at angular-ui-router.js:3961
at publicLinkFn (angular_angular.js:7553)
at updateView (angular-ui-router.js:3951)
But since $on callbacks get the event as first parameter jQuery's remove interprets this as an selector (see https://api.jquery.com/remove/). The error disappears when I call backdrop.remove() explicitly