We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80b776f commit 9708292Copy full SHA for 9708292
src/main/webapp/js/goatControllers.js
@@ -91,7 +91,7 @@ var goatLesson = function($scope,$http,$log) {
91
//cookies
92
93
$scope.$on('lessonUpdate',function(params){
94
- $scope.parameters = arguments[1];
+ $scope.parameters = arguments[1].params;
95
curScope = $scope; //TODO .. update below, this curScope is probably not needed
96
goat.data.loadCookies($http).then(
97
function(resp) {
0 commit comments