UNPKG

generator-base-angulymerjs

Version:

AngularJS with Polymer Webcomponents basic skeleton for webapp development. With RequireJS, Bootstrap, Sass. Also with JSHint and Grunt.

4 lines 128 B
define(['directives/header'], function(headerDirective) { 'use strict'; window.app.directive('ngheader', headerDirective); });