2014-11-28 22:24:55 -06:00
|
|
|
angular.module('builder', [])
|
2015-08-25 00:59:54 -05:00
|
|
|
.controller('BuilderController', ['$scope', 'Dockerfile', 'Messages',
|
|
|
|
function ($scope, Dockerfile, Messages) {
|
|
|
|
$scope.template = 'app/components/builder/builder.html';
|
|
|
|
}]);
|