UNPKG

cleverstack-cli

Version:
13 lines (8 loc) 228 B
define([ 'angular', '../module' ], function(ng) { 'use strict'; ng .module('{{template_name}}.controllers') .controller('{{Template}}Controller', function($scope) { $scope.something = 'Example Module'; }); });