params fixed too
This commit is contained in:
parent
80b776f7fd
commit
9708292ae5
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user