params fixed too

This commit is contained in:
Jason White 2014-09-15 22:35:08 -06:00
parent 80b776f7fd
commit 9708292ae5

View File

@ -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) {