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.