aboutsummaryrefslogtreecommitdiff
path: root/app/js/controllers.js
diff options
context:
space:
mode:
authorNicolas Bornand <nicolas74@gmail.com>2014-05-11 13:26:02 +0200
committerNicolas Bornand <nicolas74@gmail.com>2014-05-11 13:26:02 +0200
commitb6cd744f3e9e5854236d3afb2a80ffb8b97b1110 (patch)
treeb2ff1e0cd664181235f942abbdc7c0b630dc3ef3 /app/js/controllers.js
parentd559fccdb5dd6eb57a1c0029a677c90408f38c46 (diff)
parent4e999d147f88ee4ea2dad679ee1e6c25c76baa66 (diff)
downloadplayGraph-b6cd744f3e9e5854236d3afb2a80ffb8b97b1110.tar.gz
playGraph-b6cd744f3e9e5854236d3afb2a80ffb8b97b1110.tar.bz2
playGraph-b6cd744f3e9e5854236d3afb2a80ffb8b97b1110.zip
Merge origin/master
Diffstat (limited to 'app/js/controllers.js')
-rw-r--r--app/js/controllers.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/js/controllers.js b/app/js/controllers.js
index 97e6366..11e6950 100644
--- a/app/js/controllers.js
+++ b/app/js/controllers.js
@@ -12,7 +12,7 @@ app.controller('pointCtrl', function($scope, $http, pathService){
var update = function(newPoints, newLine) {
if(newLine.length > 0) {
- $scope.playlist=pathService.computePlaylist(newPoints, newLine, 60);
+ $scope.playseq=pathService.computePlaylist(newPoints, newLine, 60);
}
}