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