mirror of
https://github.com/silkimen/cordova-plugin-advanced-http.git
synced 2026-04-24 00:00:03 +08:00
undo previous change
This commit is contained in:
Vendored
+1
-1
@@ -63,7 +63,7 @@ var http = {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
if (typeof(angular) !== 'undefined') {
|
if (angular) {
|
||||||
angular.module('cordovaHTTP', []).factory('cordovaHTTP', function($timeout, $q) {
|
angular.module('cordovaHTTP', []).factory('cordovaHTTP', function($timeout, $q) {
|
||||||
function makePromise(fn, args, async) {
|
function makePromise(fn, args, async) {
|
||||||
var deferred = $q.defer();
|
var deferred = $q.defer();
|
||||||
|
|||||||
Reference in New Issue
Block a user