ngComponent
ngComponent copied to clipboard
Directives should be easier to use, so here it is
Results
2
ngComponent issues
Sort by
recently updated
recently updated
newest added
This feature would be powerful when used with subclassing. A component can just require it's parent component.
enhancement
help wanted
Right now there is no support for directive controllers on the Component prototype. Two ways to use them are: ``` javascript new Component({ controller: function($http){ // DI } }) ```...
enhancement
help wanted