Moved LineChart to services, cleaned up remaining functions in controller, cleanup.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
angular.module('builder', [])
|
||||
.controller('BuilderController', ['$scope', 'Dockerfile', 'Messages',
|
||||
function($scope, Dockerfile, Messages) {
|
||||
$scope.template = 'partials/builder.html';
|
||||
$scope.template = 'app/components/builder/builder.html';
|
||||
}]);
|
||||
|
||||
Reference in New Issue
Block a user