cordovaHTTP插件的问题
var app = angular.module('starter', ['ionic','cordovaHTTP']);app.controller('actionsheetCtl', function ($scope) {
})
使用这个插件https://www.npmjs.com/package/cordova-plugin-http提示错误
Error: [$injector:nomod] Module 'cordovaHTTP' 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.
和这个问题比较类似:
http://stackoverflow.com/questions/31841537/angular-module-cordovahttp-is-not-available?answertab=active#tab-top
求大神指教
遇到相同问题,请问解决了吗 已解决{:2_27:}
页:
[1]