UNPKG

ng6-cli

Version:

Tooling to build applications with Angular 1.5, ES6, and Webpack.

13 lines (11 loc) 237 B
import template from './<%= name %>.html'; import controller from './<%= name %>.controller'; export default function () { return { template, controller, restrict: 'E', controllerAs: '$ctrl', replace: true, }; }