Commit 750f7bc3 by Fernando Martínez Santiago Committed by root

working on bug #530. Fixed?

parent a3f2271e
......@@ -389,8 +389,7 @@ dashboardControllers.controller('StudentSessionCtrl', function StudentSessionCtr
// as the last action, added $scope.apply() that lets angular know
// what data has updated, and refresh what needs to be refreshed.
console.log($scope.paused);
if($scope.ws && $scope.paused == false){
if($scope.ws && $scope.actual_try.actions && $scope.paused == false){
switch(data.action){
case 'Add':
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment