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

change payment method for org

This commit is contained in:
Kyle Spearrin
2017-04-08 16:42:05 -04:00
parent d4b4c7bd71
commit f63f4e0aa3
10 changed files with 398 additions and 22 deletions

View File

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