2106638191 发表于 2016-5-8 18:33:11

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

求大神指教

ivpeach 发表于 2016-7-3 21:30:14

遇到相同问题,请问解决了吗

ivpeach 发表于 2016-7-4 15:22:11

已解决{:2_27:}
页: [1]
查看完整版本: cordovaHTTP插件的问题