Kaynağa Gözat

push diapos

David 10 yıl önce
ebeveyn
işleme
816f35ac3c
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 2 1
      front/controllers/uploadCtrl.js

+ 2 - 1
front/controllers/uploadCtrl.js

@@ -68,7 +68,8 @@ app.controller('uploadCtrl', function ($scope, $http,video,notify) {
 					prof: $scope.profesor,
 					texto1: $scope.texto1,
 					texto2: $scope.texto2,
-					id: $scope.video._id
+					id: $scope.video._id,
+					diapos: diapos
 				};
 		$http.post('/back/upload/', data)
 		.success(function(data,state) {