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

convert action buttons component to ts

This commit is contained in:
Kyle Spearrin
2017-10-31 09:17:18 -04:00
parent b3c671cca0
commit 97f65b19c8
5 changed files with 51 additions and 4 deletions

View File

@@ -1,9 +1,6 @@
import * as template from './icon.component.html';
class IconController implements ng.IController {
onSelected: Function;
onView: Function;
cipher: any;
icon: string;
image: string;