fix whitelisting of lightbox for ngAnimate

This commit is contained in:
Mario Volke 2014-11-20 14:12:08 +01:00
parent f11d4e8df3
commit 1e752885d4
1 changed files with 1 additions and 1 deletions

View File

@ -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) {