Skip to content
This repository was archived by the owner on Mar 1, 2022. It is now read-only.

Commit eaecdba

Browse files
authoredApr 4, 2018
Removed commented out code.
1 parent 3e8f846 commit eaecdba

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎modules/directives/imgAnimate.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ angular.module('flickr.directives')
44
var animator = $animator(scope, attrs);
55

66
element.bind('load', function (event) {
7-
console.log('here................');
87
animator.animate('photoset-thumbnails', element);
9-
//if(!scope.$$phase) scope.$apply();
108
});
119
}
12-
});
10+
});

0 commit comments

Comments
 (0)