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 Oct 2, 2019. It is now read-only.
While it appears that it does work and allows selection anyway, this nasty error pops up in the console every time you use the keyboard to make a selection when you hit enter or tab off the control. (no error using the mouse)
While it appears that it does work and allows selection anyway, this nasty error pops up in the console every time you use the keyboard to make a selection when you hit enter or tab off the control. (no error using the mouse)
Error: [$rootScope:inprog] $apply already in progress
http://errors.angularjs.org/1.3.0-beta.16/$rootScope/inprog?p0=%24apply
at http://localhost:3000/vendor/angular.js:78:12
at beginPhase (http://localhost:3000/vendor/angular.js:13112:15)
at Scope.$apply (http://localhost:3000/vendor/angular.js:12894:11)
at HTMLInputElement. (http://localhost:3000/vendor/angular.js:18900:17)
at HTMLInputElement.n.event.dispatch (http://localhost:3000/vendor/jquery-2.1.1.min.js:3:6404)
at HTMLInputElement.n.event.add.r.handle (http://localhost:3000/vendor/jquery-2.1.1.min.js:3:3179)
at ctrl.close (http://localhost:3000/common/directives/select.js:259:26)
at ctrl.select (http://localhost:3000/common/directives/select.js:250:12)
at _onKeydown (http://localhost:3000/common/directives/select.js:282:16)
at http://localhost:3000/common/directives/select.js:301:27
The text was updated successfully, but these errors were encountered: