ProgressIndicator未定义为ngCordova.js

时间:2015-01-16 17:43:48

标签: javascript ionic-framework cordova-plugins ionic

ReferenceError:未定义ProgressIndicator。

在ngCordova中显示此错误

  $ionicPlatform.ready(function() {
    $cordovaProgress.showSuccess(true, "Success!");

    $timeout(function() {
      $cordovaProgress.hide();
    }, 2000);
  });

代码示例是这样写的。它叫$ cordovaProgress。

任何人都可以帮忙解决问题吗?

1 个答案:

答案 0 :(得分:0)

你没有注入插件。注入相应类的控制器。 :)