1
0
mirror of https://github.com/bitwarden/web synced 2026-01-02 00:23:16 +00:00

lint fixes

This commit is contained in:
Kyle Spearrin
2017-06-27 08:26:00 -04:00
parent be1cc945a2
commit 29cbe48eb5
5 changed files with 11 additions and 11 deletions

View File

@@ -56,11 +56,10 @@
};
$scope.viewRecover = function () {
var modal = $uibModal.open({
animation: true,
templateUrl: 'app/settings/views/settingsTwoStepRecover.html',
controller: 'settingsTwoStepRecoverController'
});
}
};
});