btford / ngmin

**deprecated** AngularJS Pre-minifier –> use ng-annotate –>
https://github.com/olov/ng-annotate
860 stars 42 forks source link

Should support module.run #16

Closed btford closed 11 years ago

alexgorbatchev commented 11 years ago

:+1: still not supported

  app.run(function($templateCache) {
      return $templateCache.put('...', require('./....jade'));
  });

not getting annotated

alexgorbatchev commented 11 years ago

nvm... it works... didnt know that app needs to be assigned with angular.module for ngmin to work...