From cf12839d9b0c93c4892337813194bba926e03d1d Mon Sep 17 00:00:00 2001 From: dberseron Date: Tue, 15 Apr 2014 11:19:43 +0200 Subject: [PATCH] Add IE8 support --- src/deferred-bootstrap.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/deferred-bootstrap.js b/src/deferred-bootstrap.js index a08ae6e..8331173 100644 --- a/src/deferred-bootstrap.js +++ b/src/deferred-bootstrap.js @@ -83,8 +83,7 @@ function bootstrap (configParam) { forEach(config.resolve, callResolveFn); $q.all(promises) - .then(handleResults, addErrorClass) - .finally(removeLoadingClass); + .then(handleResults, addErrorClass)['finally'](removeLoadingClass); }