[Mobile] Remove BackArrowController

Remove BackArrowController; behavior can be implemented
in template.
This commit is contained in:
Victor Woeltjen
2015-09-18 15:27:14 -07:00
parent cf97b30084
commit 24586ae378
5 changed files with 7 additions and 103 deletions

View File

@ -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>