刪除bower_components並使緩存清理後,我使用bower install重新安裝了依賴項。該應用程序失敗,以下加載錯誤 未捕獲的錯誤:[$注射器:unpr]未知提供商:$$ forceReflowProvider < - $$ forceReflow < - $$ animateQueue < - $有生< - $編譯< - $$ animateQueue角js未知提供者錯誤angular-animate
這裏是我的bower.json
{
"name": "angular-zolo",
"version": "0.0.0",
"dependencies": {
"angular": "1.4.3",
"json3": "~3.3.1",
"es5-shim": "~3.0.1",
"bootstrap-sass-official": "~3.1.1",
"bootstrap": "~3.1.1",
"angular-resource": ">=1.2.*",
"angular-cookies": ">=1.2.*",
"angular-sanitize": ">=1.2.*",
"angular-bootstrap": "~0.11.0",
"font-awesome": ">=4.1.0",
"lodash": "~2.4.1",
"angular-socket-io": "~0.6.0",
"angular-ui-router": "~0.2.15",
"angular-material": "master",
"material-date-picker": "~1.1.7",
"ng-table": "~0.7.1",
"md-data-table": "*",
"ngstorage": "~0.3.7",
"ng-file-upload": "~6.0.4",
"velocity": "~1.2.2",
"nprogress": "~0.2.0"
},
"devDependencies": {
"angular-mocks": ">=1.2.*",
"angular-scenario": ">=1.2.*"
},
"resolutions": {
"angular-material": "master",
"angular": "~1.4.0",
"lodash": "~3.9.3"
}
}
謝謝。它解決了問題 –
有同樣的問題,我確實有角動畫:/任何想法? –
這解決了我在https://github.com/jdourlens/Start-Angular-Material中遇到的新問題。 – isherwood