Moved LineChart to services, cleaned up remaining functions in controller, cleanup.

This commit is contained in:
Kevan Ahlquist
2014-11-29 00:06:06 -06:00
parent e3eb37ba56
commit ada1c6a4e4
9 changed files with 82 additions and 83 deletions
+1 -1
View File
@@ -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';
}]);