Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 3bcdec3

Browse files
committed
refactor($templateRequest): Usage of .finally isl throwing errors in Android 2.3.x
1 parent 75725b4 commit 3bcdec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/templateRequest.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function $TemplateRequestProvider() {
4040
};
4141

4242
return $http.get(tpl, httpOptions)
43-
.finally(function() {
43+
['finally'](function() {
4444
handleRequestFn.totalPendingRequests--;
4545
})
4646
.then(function(response) {

0 commit comments

Comments
 (0)