aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/js/controllers.js5
1 files changed, 5 insertions, 0 deletions
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) {