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
Running the generated docs is throwing below error Uncaught Error: [$injector:unpr] Unknown provider: $$MapProvider in ngAnimate module
Looks like ngAnimate is expecting angular 1.6.x but installed version is 1.5.x.
Since ngAnimate is getting installed via ngMaterialize, is there something wrong in bower dependency of ngMaterialize.
Therefore please add "angular-animate": "1.5.x" explicitly in bower.json to avoid any version mismatch.
Similar to Issue #17
Pull request : https://github.com/wingedfox/dgeni-alive/pull/20/files may solve this problem.
Running the generated docs is throwing below error
Uncaught Error: [$injector:unpr] Unknown provider: $$MapProvider in
ngAnimate
moduleLooks like ngAnimate is expecting angular 1.6.x but installed version is 1.5.x.
Since ngAnimate is getting installed via ngMaterialize, is there something wrong in bower dependency of ngMaterialize.
Therefore please add "angular-animate": "1.5.x" explicitly in bower.json to avoid any version mismatch.
node_modules > dgeni-alive > src > packages > website > templates > website > bower.json
The text was updated successfully, but these errors were encountered: