Closed iamonuwa closed 7 years ago
I just resolved the problem by changing the
angular.element(element).click(function () {});
to
angular.element(element).bind('click', function () {});
Just checked and everything works fine on my end, try upgrading your version of angular. Everything seems ok here. @iamonuwa
It would have been cool to know which AngularJS versions trigger this error so perhaps we can use bind('click') for v1.0.1 and .click() for perhaps v1.0.2.
I've just had this error triggered by v1.6.3.
I just discovered that on page load, the library displays this error message...