From 1e752885d47403b2636f11c8f7bfce399b729db5 Mon Sep 17 00:00:00 2001 From: Mario Volke Date: Thu, 20 Nov 2014 14:12:08 +0100 Subject: [PATCH] fix whitelisting of lightbox for ngAnimate --- src/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/app.js b/src/js/app.js index 7480f02..13c186b 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -104,7 +104,7 @@ app.config(function($routeProvider, $animateProvider) { }); // activate ngAnimate for whitelisted classes only - $animateProvider.classNameFilter(/^lightbox$/); + $animateProvider.classNameFilter(/lightbox/); }); app.run(function($rootScope) {