Interface tooltip titles

This commit is contained in:
Mo Bitar
2018-05-31 11:26:30 -05:00
parent b90ea97fcb
commit f17c5995c6
7 changed files with 34 additions and 32 deletions

View File

@@ -6,7 +6,7 @@ class MenuRow {
this.templateUrl = "directives/menu-row.html";
this.scope = {
circle: "=",
title: "=",
label: "=",
subtite: "=",
hasButton: "=",
buttonText: "=",
@@ -14,7 +14,8 @@ class MenuRow {
buttonAction: "&",
spinnerClass: "=",
subRows: "=",
faded: "="
faded: "=",
desc: "="
};
}