diff --git a/oauth3.ng.js b/oauth3.ng.js index 97f0b96..c906151 100644 --- a/oauth3.ng.js +++ b/oauth3.ng.js @@ -15,9 +15,9 @@ angular function PromiseAngularQ(fn) { var d = $q.defer(); - $timeout(function () { + //$timeout(function () { fn(d.resolve, d.reject); - }, 0); + //}, 0); //this.then = d.promise.then; //this.catch = d.promise.catch;