1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-23 19:53:43 +00:00

org settings and billing

This commit is contained in:
Kyle Spearrin
2017-04-06 16:52:25 -04:00
parent 7591843220
commit 80e4d2329a
8 changed files with 249 additions and 9 deletions

View File

@@ -0,0 +1,8 @@
angular
.module('bit.filters')
.filter('jsonDate', function () {
return function (input) {
return input.split('T').join(' ');
};
});