diff options
Diffstat (limited to 'js/main.js')
-rw-r--r-- | js/main.js | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1 +1,6 @@ var app = angular.module('ciat', []); + +app.controller('VisualisationController', ['$scope', + function($scope) { + $scope.builders = $http.get('http://ciat.baserock.org:8010/json/builders'); + }]); |