aboutsummaryrefslogtreecommitdiff
path: root/app/js/controllers.js
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2014-05-11 13:16:35 +0200
committerJakob Odersky <jodersky@gmail.com>2014-05-11 13:16:35 +0200
commit4e999d147f88ee4ea2dad679ee1e6c25c76baa66 (patch)
tree626b5beb9ead70e3b676165e2a0c736d024925f6 /app/js/controllers.js
parent17444bc53876df25c17c62493fd1000e6d617659 (diff)
parent071d1be3301f85bcf33e2bcfb649979935a6bd31 (diff)
downloadplayGraph-4e999d147f88ee4ea2dad679ee1e6c25c76baa66.tar.gz
playGraph-4e999d147f88ee4ea2dad679ee1e6c25c76baa66.tar.bz2
playGraph-4e999d147f88ee4ea2dad679ee1e6c25c76baa66.zip
Merge branch 'jodersky'
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);
}
}