You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current angular-masonry-directive.js requires ngAnnotate preprocessing before bundling, and it tooked almost 1h to find out what was wrong in my bundling,
My fix was to add ['$timeout', function($timeout) ...]
The text was updated successfully, but these errors were encountered:
Current angular-masonry-directive.js requires ngAnnotate preprocessing before bundling, and it tooked almost 1h to find out what was wrong in my bundling,
My fix was to add ['$timeout', function($timeout) ...]
The text was updated successfully, but these errors were encountered: