[Browse] Separate out back-arrow behavior

Supports integration of changes for mobile, nasa/openmct#95
This commit is contained in:
Victor Woeltjen
2015-09-15 12:06:35 -07:00
parent 72c122e0ee
commit a3a6706869
6 changed files with 100 additions and 210 deletions

View File

@@ -21,8 +21,7 @@
-->
<!-- Back Arrow Icon used on mobile-->
<a ng-controller="BrowseController"
<a ng-controller="BackArrowController"
class='type-icon icon ui-symbol s-back'
ng-class="checkRoot(); atRoot ? 'hidden' : ''"
ng-click='backArrow()'>{
</a>
ng-hide="atRoot"
ng-click='navigateToParent()'>{</a>