We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08246d1 commit 532c7feCopy full SHA for 532c7fe
src/ocLazyLoad.directive.js
@@ -18,7 +18,7 @@
18
}, moduleName => {
19
if(angular.isDefined(moduleName)) {
20
$ocLazyLoad.load(moduleName).then(() => {
21
- $animate.enter(content, $element);
+ $animate.enter(angular.element(content), $element);
22
let contents = element.contents();
23
angular.forEach(contents, content => {
24
if(content.nodeType !== 3) { // 3 is a text node
0 commit comments