From e87a6de46b682b920a09f8540592ff6fc1549918 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Tue, 28 Jul 2015 14:16:56 -0400 Subject: [PATCH] (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 :) --- UI/Templates/ContactsUI/UIxContactFoldersView.wox | 6 ++---- UI/Templates/MailerUI/UIxMailMainFrame.wox | 1 - UI/Templates/SchedulerUI/UIxCalMainView.wox | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/UI/Templates/ContactsUI/UIxContactFoldersView.wox b/UI/Templates/ContactsUI/UIxContactFoldersView.wox index 485240243..0b3bf2709 100644 --- a/UI/Templates/ContactsUI/UIxContactFoldersView.wox +++ b/UI/Templates/ContactsUI/UIxContactFoldersView.wox @@ -151,7 +151,7 @@

{{folder.name}}

+ ng-show="app.editMode == folder.id"> + ng-show="app.service.selectedFolder.id == folder.id"> more_vert @@ -228,7 +227,6 @@ sg-escape="app.revertEditing(folder)"/>

{{calendar.name}}

- + more_vert