1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +00:00

convert icon component to ts

This commit is contained in:
Kyle Spearrin
2017-10-30 23:44:53 -04:00
parent f922b2e0cb
commit b3c671cca0
7 changed files with 126 additions and 107 deletions

View File

@@ -15,7 +15,6 @@ class CipherItemsController implements ng.IController {
select(cipher: any) {
return this.onSelected()(cipher);
}
}
export const CipherItemsComponent = {