Uploading video to Firebase uing ngCordova ($cordovaCapture) in ionic framework
问题 How to upload video that I record using my mobile. I manage to upload the video path to Firebase but when I want to use it in my view (html file), it does not work. Here is my code: .controller("HomeCtrl", function($scope, $firebaseArray, $cordovaCamera, $location, $cordovaCapture){ var fb = new Firebase("https://myURL.firebaseio.com/videos"); $scope.videos; $scope.record = function(){ fb = new Firebase("https://myURL.firebaseio.com/videos"); $scope.videos = $firebaseArray(fb); var options =