1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-04 17:43:39 +00:00

lint fixes

This commit is contained in:
Kyle Spearrin
2017-07-14 14:32:01 -04:00
parent 0242de9145
commit 715835c12f
7 changed files with 15 additions and 14 deletions

View File

@@ -41,7 +41,7 @@
validationService.addError(form, 'file', 'Something went wrong.', true);
}
});
}
};
$scope.download = function (attachment) {
attachment.loading = true;