issue #268 fixed

parent 26b7eb4d
...@@ -492,6 +492,9 @@ dashboardControllers.controller('StudentCollectionsCtrl', function StudentCollec ...@@ -492,6 +492,9 @@ dashboardControllers.controller('StudentCollectionsCtrl', function StudentCollec
.success(function (studentPicto) { .success(function (studentPicto) {
$scope.showScene($scope.viewingScene.id); $scope.showScene($scope.viewingScene.id);
//Reload selectedCategory data
$scope.selectedCategory = studentPicto;
// notify // notify
io.socket.post('/stu/vocabulary', { io.socket.post('/stu/vocabulary', {
action: 'update_category', action: 'update_category',
......
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