ng-image-compress
ng-image-compress copied to clipboard
instantiate
In the main file ng-image-compress.js it would make it easier to add the directive to projects if you instantiate. See example:
var ngImageCompress = angular.module('ngImageCompress', []); ngImageCompress.directive('ngImageCompress', ['$q',
I strongly agree.
I also agree with suggestion.