mirror of
https://github.com/nasa/openmct.git
synced 2025-06-23 17:53:28 +00:00
[Mobile] Remove BackArrowController
Remove BackArrowController; behavior can be implemented in template.
This commit is contained in:
@ -21,7 +21,9 @@
|
||||
-->
|
||||
|
||||
<!-- Back Arrow Icon used on mobile-->
|
||||
<a ng-controller="BackArrowController"
|
||||
class='type-icon icon ui-symbol s-back'
|
||||
ng-hide="atRoot"
|
||||
ng-click='navigateToParent()'>{</a>
|
||||
<a
|
||||
class='type-icon icon ui-symbol s-back'
|
||||
ng-show="context.getPath().length > 2"
|
||||
ng-click="context.getParent().getCapability('action').perform('navigate')">
|
||||
{
|
||||
</a>
|
||||
|
Reference in New Issue
Block a user