From 9708292ae5fb4d5ce88b706d10f7702eb71a10a3 Mon Sep 17 00:00:00 2001 From: Jason White Date: Mon, 15 Sep 2014 22:35:08 -0600 Subject: [PATCH] params fixed too --- src/main/webapp/js/goatControllers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/js/goatControllers.js b/src/main/webapp/js/goatControllers.js index 466b9a86d..f3b37e554 100644 --- a/src/main/webapp/js/goatControllers.js +++ b/src/main/webapp/js/goatControllers.js @@ -91,7 +91,7 @@ var goatLesson = function($scope,$http,$log) { //cookies $scope.$on('lessonUpdate',function(params){ - $scope.parameters = arguments[1]; + $scope.parameters = arguments[1].params; curScope = $scope; //TODO .. update below, this curScope is probably not needed goat.data.loadCookies($http).then( function(resp) {