btford/ngmin

support "this" infront of angular.module

Closed this issue · 1 comments

this.angular.module('app', []).controller('ctrl', function($scope, SomeService) {
    return $scope.user = User;
})

is not annotated

Please read the readme.

ngmin does not currently attempt to be fully generalized, and might not work if you're too clever. If you follow these conventions, which are the same as what the AngularJS Yeoman generator defaults, you should be fine.