ReferenceError:未定义ProgressIndicator。
在ngCordova中显示此错误
$ionicPlatform.ready(function() {
$cordovaProgress.showSuccess(true, "Success!");
$timeout(function() {
$cordovaProgress.hide();
}, 2000);
});
代码示例是这样写的。它叫$ cordovaProgress。
任何人都可以帮忙解决问题吗?
答案 0 :(得分:0)
你没有注入插件。注入相应类的控制器。 :)