Meteor officially supports AngularJS and Coffeescript, but not support important part of Angular named ng-annotate by default.
I have used some atmosphere packages like ng-coffeescript
to compile my coffeescript code, but now it is not work well with latest version of meteor and also pretty outdated.
I have tried to install babel plugins like babel-plugin-angularjs-annotate
but can’t get it work.
What the approach do you use to get work ng-annotate with Coffeescript?