ng-classify
ng-classify copied to clipboard
Convert CoffeeScript classes to AngularJS modules
Let’s get started with automated dependency management for ng-classify :muscle: This pull request **updates all your dependencies to their latest version**. Having them all up to date really is the...
Hi, when you use providers in ng-classify you will write the code : `class Hello extends Provider ...` Well, in documentation example is explained that the final provider name will...
Hi, As angular 1.5 have been released, there is also the option to start using components instead of directives. https://docs.angularjs.org/guide/component Would be cool to implement it on ng classify :)
Thank you for ng-classify, really useful extends a controller or a service for exemple, will generate only one module name but in my case i am working on multiple modules,...
Lets people install with bower. Fixes #49
Making coffee-script a peer-dependency would prevent coffee from being downloaded once again just to use this library. If coffee-script is not explicitly listed, npm will automatically install coffee-script as per...
Hi, It's been a year and half since I had the chance to use ng-classify and coffeescript... I seem to be having an issue and can't figure it out. this...
I am sure this is a simple issue, but confusing nonetheless. I have an angular factory that I am trying to "ng-classify". The existing code looks something like this: ```...