portainer/app/components/builder/builderController.js

6 lines
188 B
JavaScript
Raw Normal View History

2014-11-29 04:24:55 +00:00
angular.module('builder', [])
.controller('BuilderController', ['$scope',
function ($scope) {
$scope.template = 'app/components/builder/builder.html';
}]);