[Mobile] Tests/Header

Removes back arrow on desktops.
Also added queryService to tests
for the context menu action and
gesture.
This commit is contained in:
Shivam Dave
2015-07-29 10:00:03 -07:00
parent 84b9e4d781
commit 7cc14a195b
3 changed files with 9 additions and 3 deletions

View File

@@ -21,7 +21,7 @@
-->
<div class='object-header object-header-mobile'>
<span class="label s-label">
<mct-representation key="'back-arrow'"></mct-representation>
<mct-representation class="desktop-hide" key="'back-arrow'"></mct-representation>
<span class='type-icon icon ui-symbol'>{{type.getGlyph()}}</span>
<span ng-if="parameters.mode" class='action'>{{parameters.mode}}</span>
<span class='type-name'>{{type.getName()}}</span>