Menu buttons

This commit is contained in:
Mo Bitar
2018-01-05 21:33:53 -06:00
parent aabdb73c77
commit 2f6fe0e64e
6 changed files with 105 additions and 34 deletions

View File

@@ -1,10 +1,14 @@
.row
.column{"ng-if" => "circle"}
.circle.small{"ng-class" => "circle"}
.column
.label
{{title}}
.sublabel{"ng-if" => "subtitle"}
{{subtitle}}
%ng-transclude
.left
.column{"ng-if" => "circle"}
.circle.small{"ng-class" => "circle"}
.column
.label
{{title}}
.sublabel{"ng-if" => "subtitle"}
{{subtitle}}
%ng-transclude
.column{"ng-if" => "hasButton"}
.button.info{"ng-click" => "clickButton($event)", "ng-class" => "buttonClass"}
{{buttonText}}