This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
md-chips md-autocomplete error #2458
Milestone
Comments
This happens in Firefox as well - here is the actual cause in case it helps: MdAutocompleteCtrl/self.mouseUp@http://localhost:3000/jspm_packages/github/angular/bower-material@0.9.0-rc2/angular-material.js:11153:36 |
I'm seeing the same $apply already in progress error [UPDATED 4/27 10:13AM PT] The model is being saved correctly just that when selecting chips the console gets this error about $apply already in progress. |
+1 |
+1 I'm seeing the |
ThomasBurleson
added a commit
that referenced
this issue
Apr 28, 2015
To be fixed with Pull Request #2591 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In the demo page, every time that you make a change in the md-autocomplete example in the md-chips section, you get this error:
Error: [$rootScope:inprog] $apply already in progress
http://errors.angularjs.org/1.3.15/$rootScope/inprog?p0=%24apply
at angular.js:63
at beginPhase (angular.js:14820)
at Scope.$apply (angular.js:14564)
at e. (docs.js:4)
at HTMLInputElement.eventHandler (angular.js:3032)
at e.R.mouseUp (docs.js:4)
at $parseFunctionCall (angular.js:12404)
at callback (angular.js:21566)
at Scope.$eval (angular.js:14466)
at Scope.$apply (angular.js:14565)
Tested with Chrome
The text was updated successfully, but these errors were encountered: