白屏实现ngCordova

时间:2015-05-05 18:49:09

标签: angularjs cordova ionic

在我的项目中实现了ngCordova,此外,我添加了ngCordovaOauth以在我的应用程序中生成登录facebook和twitter这就是问题所在。安装bower后,ng-cordova-oauth收到以下错误:

Uncaught Error: [$injector:modulerr] Failed to instantiate module ionicApp due to:
Error: [$injector:modulerr] Failed to instantiate module ngCordova due to:
Error: [$injector:nomod] Module 'ngCordova' is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the second argument.

然后删除对ng-cordova-oauth的引用,问题仍然存在。现在我无法修复它,每次运行我的应用程序都是白色并抛出此错误。

我的index.html文件中的

是对ng-cordova.min.js文件的引用,这是我的角度模块

angular.module('SharedServices', ['ionic','ngCordova','ngMap','openfb'])

1 个答案:

答案 0 :(得分:4)

有效地检查文件,这很好。运行,bower install -SF ngCordova然后引用已安装的文件并运行。