UNPKG

kick

Version:

Kickstarter and generator for AngularJS based on ES6, webpack and best practices

9 lines (7 loc) 160 B
export /* @ngInject */ function %MODEL_NAME%Factory($log) { return class %MODEL_NAME% { constructor() { this.message = '%MODEL_NAME%'; } } }