Hi Brijesh,
You need to make sure your code is minify
<https://docs.angularjs.org/tutorial/step_07#a-note-on-minification> safe
<https://docs.angularjs.org/tutorial/step_07#a-note-on-minification>by
using array notation.
app.directive('onSlideFinishRender', ['$timeout', function ($timeout) {
return {
restrict: 'A',
link: function (scope) {
if (scope.$last === true) {
$timeout(function () {
//scope.$emit('ngLocalSlidesFinished');
videosList.initHomeYoutubeAPICalls();
videosList.initFlexsliders();
});
}
}
}
}]);
Make sure you do this all over your application. Or use a tool like
ng-annotate <https://github.com/olov/ng-annotate>
Regards
Sander
--
You received this message because you are subscribed to the Google Groups
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.