Skip to content

Commit 9708292

Browse files
author
Jason White
committed
params fixed too
1 parent 80b776f commit 9708292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/webapp/js/goatControllers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ var goatLesson = function($scope,$http,$log) {
9191
//cookies
9292

9393
$scope.$on('lessonUpdate',function(params){
94-
$scope.parameters = arguments[1];
94+
$scope.parameters = arguments[1].params;
9595
curScope = $scope; //TODO .. update below, this curScope is probably not needed
9696
goat.data.loadCookies($http).then(
9797
function(resp) {

0 commit comments

Comments
 (0)