1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

applying new style throughout controllers

This commit is contained in:
Kyle Spearrin
2016-09-08 21:13:54 -04:00
parent 583c6fcad6
commit ab9593a53a
11 changed files with 131 additions and 129 deletions

View File

@@ -23,7 +23,7 @@
});
});
});
}
};
_service.decryptSite = function (site) {
var model = {
@@ -50,7 +50,7 @@
resolve(model);
});
});
}
};
_service.decrypt = decrypt;