Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Bower update and Controller 'ngModel', required by directive 'XXX', can't be found! #4430

Closed
zazoomauro opened this issue Oct 15, 2013 · 5 comments

Comments

@zazoomauro
Copy link

After updating bower I got this error:

Error: [$compile:ctreq] Controller 'ngModel', required by directive 'sendMobilePin', can't be found!
   http://errors.angularjs.org/1.2.0-rc.3/$compile/ctreq?p0=ngModel&p1=sendMobilePin
   at http://localhost:8000/bower_components/angular/angular.js:78:12
   at getControllers          (http://localhost:8000/bower_components/angular/angular.js:5288:19)
   at http://localhost:8000/bower_components/angular/angular.js:5294:24
   at Array.forEach (native)
  at forEach (http://localhost:8000/bower_components/angular/angular.js:213:11)
   at getControllers (http://localhost:8000/bower_components/angular/angular.js:5293:11)
   at nodeLinkFn (http://localhost:8000/bower_components/angular/angular.js:5436:35)
   at http://localhost:8000/bower_components/angular/angular.js:5589:13
   at http://localhost:8000/bower_components/angular/angular.js:6672:11
   at wrappedCallback (http://localhost:8000/bower_components/angular/angular.js:9769:81)

I'm using 1.2 but with 0.8 all works fine...

@zazoomauro
Copy link
Author

Seems to be a problem with 1.2.0rc3 cos with rc2 all works fine

@NicholasBoll
Copy link

I can confirm this issue. A bower update and anything with an ng-model directive fails, even when the directive doesn't require ngModel.

@pheuter
Copy link

pheuter commented Oct 21, 2013

Seeing this issue on 1.2.0-rc.3, any ideas?

@PixnBits
Copy link

Perhaps fixed by faf5b98 ?

@IgorMinar
Copy link
Contributor

yup, this is the same issue that faf5b98 fixed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants