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 Apr 12, 2024. It is now read-only.
with ngAnimate library included after some clicking on it i get error:
TypeError: options.domOperation is not a function
at close (angular-animate.js:2747)
at angular-animate.js:2566
at forEach (angular.js:332)
at angular-animate.js:2560
at Scope.$get.Scope.$digest (angular.js:15352)
at safeDigest (angular-strap.js:5211)
at angular.module.provider.$get.$tooltip.show (angular-strap.js:4742)
at Object.angular.module.provider.$get.$typeahead.show (angular-strap.js:4380)
at HTMLInputElement.angular.module.provider.$get.$tooltip.enter (angular-strap.js:4682)
at HTMLInputElement.n.event.dispatch (jquery-2.1.1.min.js:3)
when comment out ngAnimate everything works perectly.
This was not issue with 1.3.0 version
The text was updated successfully, but these errors were encountered:
I am using angular-strap typeahead control from http://mgcrea.github.io/angular-strap/#/typeaheads
with ngAnimate library included after some clicking on it i get error:
when comment out ngAnimate everything works perectly.
This was not issue with 1.3.0 version
The text was updated successfully, but these errors were encountered: