Skip to content

Commit 1f2d900

Browse files
committed
fix(angular): .finally syntax error in Android 2.3
1 parent e02565b commit 1f2d900

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: config/lib/js/angular/angular.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -16045,7 +16045,7 @@ function $TemplateRequestProvider() {
1604516045
};
1604616046

1604716047
return $http.get(tpl, httpOptions)
16048-
.finally(function() {
16048+
['finally'](function() {
1604916049
handleRequestFn.totalPendingRequests--;
1605016050
})
1605116051
.then(function(response) {
@@ -26127,4 +26127,4 @@ var minlengthDirective = function() {
2612726127

2612826128
})(window, document);
2612926129

26130-
!window.angular.$$csp() && window.angular.element(document).find('head').prepend('<style type="text/css">@charset "UTF-8";[ng\\:cloak],[ng-cloak],[data-ng-cloak],[x-ng-cloak],.ng-cloak,.x-ng-cloak,.ng-hide:not(.ng-hide-animate){display:none !important;}ng\\:form{display:block;}</style>');
26130+
!window.angular.$$csp() && window.angular.element(document).find('head').prepend('<style type="text/css">@charset "UTF-8";[ng\\:cloak],[ng-cloak],[data-ng-cloak],[x-ng-cloak],.ng-cloak,.x-ng-cloak,.ng-hide:not(.ng-hide-animate){display:none !important;}ng\\:form{display:block;}</style>');

0 commit comments

Comments
 (0)