Skip to content

Commit

Permalink
Uploading animation for test request
Browse files Browse the repository at this point in the history
  • Loading branch information
gabomatute committed Mar 13, 2017
1 parent 86c8e97 commit 16eb32e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/requests/controllers/recording_prompt.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ module.exports = function(app, _parent) {
return
}
_parent.sendingTextDesc($scope.requestTitle,$scope.textRequestDescription,$scope.requestTags);
// Show loading panel
var recordingBarScope = angular.element(_parent.getElement()).scope();
recordingBarScope.$apply(function() { recordingBarScope.uploading = true; });
atom.workspace.getTopPanels()[0].show();
//re-configure
$scope.requestTitle = "";
$scope.textRequestDescription = ""
Expand Down

0 comments on commit 16eb32e

Please sign in to comment.