initialize percent

This commit is contained in:
Girish Ramakrishnan
2015-07-28 14:28:53 -07:00
parent 48c16277f0
commit b96fc2bc56

View File

@@ -20,7 +20,8 @@ angular.module('Application').controller('SettingsController', ['$scope', '$loca
};
$scope.createBackup = {
busy: false
busy: false,
percent: 100
};
$scope.nameChange = {