(html) Remove previous "hack" for ng-material

The md-menu positioned as a secondary action in a list can now be
properly hidden. ng-material is just getting better :)
This commit is contained in:
Francis Lachapelle
2015-07-28 14:16:56 -04:00
parent 13a779019b
commit e87a6de46b
3 changed files with 3 additions and 6 deletions
+1 -1
View File
@@ -174,7 +174,7 @@
ng-false-value="0"
label:aria-label="Enable"><!-- enable --></md-checkbox>
<p class="sg-item-name">{{calendar.name}}</p>
<md-menu class="md-secondary" label:aria-label="Options" ng-click="true">
<md-menu class="md-secondary" label:aria-label="Options">
<md-icon label:aria-label="Options"
ng-click="$mdOpenMenu()"
md-menu-origin="md-menu-origin">more_vert</md-icon>