From 481de67293f3ebfd69056b45bac8a1da3b82be84 Mon Sep 17 00:00:00 2001 From: Ludovic Barman Date: Sun, 11 May 2014 14:03:44 +0200 Subject: Go --- app/js/controllers.js | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'app/js/controllers.js') diff --git a/app/js/controllers.js b/app/js/controllers.js index 11e6950..df097b5 100644 --- a/app/js/controllers.js +++ b/app/js/controllers.js @@ -28,6 +28,11 @@ app.controller('pointCtrl', function($scope, $http, pathService){ // $scope.line=constList; + $scope.addNewSongToGraph(id, titre, link, duration) + { + + } + $scope.getColor = function(point) { if (playlist.indexOf(point) == -1) { -- cgit v1.2.3