using ui.bootstrap causing issues with carousel

匿名 (未验证) 提交于 2019-12-03 02:05:01

问题:

I am having issues with getting the carousel working properly. I used yeomen to scaffold the angular app. I am getting this error

Error: [$compile:ctreq] Controller 'carousel', required by directive 'slide', can't be found! http://errors.angularjs.org/1.2.26/$compile/ctreq?p0=carousel&p1=slide     at http://localhost:9000/bower_components/angular/angular.js:78:12     at getControllers (http://localhost:9000/bower_components/angular/angular.js:6543:19)     at nodeLinkFn (http://localhost:9000/bower_components/angular/angular.js:6712:35)     at http://localhost:9000/bower_components/angular/angular.js:6913:13     at http://localhost:9000/bower_components/angular/angular.js:8113:11     at wrappedCallback (http://localhost:9000/bower_components/angular/angular.js:11573:81)     at wrappedCallback (http://localhost:9000/bower_components/angular/angular.js:11573:81)     at http://localhost:9000/bower_components/angular/angular.js:11659:26     at Scope.$eval (http://localhost:9000/bower_components/angular/angular.js:12702:28)     at Scope.$digest (http://localhost:9000/bower_components/angular/angular.js:12514:31) 
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!