From 621ccc25ec781718170371622d551be22997e5de Mon Sep 17 00:00:00 2001 From: Shivam Dave Date: Mon, 27 Jul 2015 15:31:47 -0700 Subject: [PATCH] [Mobile] Back Arrow HTML Created HTMl for back arrow, next neew to hook up a click. --- platform/commonUI/browse/bundle.json | 5 ---- .../browse/res/templates/back-arrow.html | 25 +++++++++++++++++++ 2 files changed, 25 insertions(+), 5 deletions(-) create mode 100644 platform/commonUI/browse/res/templates/back-arrow.html diff --git a/platform/commonUI/browse/bundle.json b/platform/commonUI/browse/bundle.json index 52f9c95075..1e41b57c7a 100644 --- a/platform/commonUI/browse/bundle.json +++ b/platform/commonUI/browse/bundle.json @@ -37,11 +37,6 @@ "key": "MenuArrowController", "implementation": "MenuArrowController", "depends": [ "$scope" ] - }, - { - "key": "BackArrowController", - "implementation": "BackArrowController", - "depends": ["$location", "$route", "$location", "urlService" ] } ], "controls": [ diff --git a/platform/commonUI/browse/res/templates/back-arrow.html b/platform/commonUI/browse/res/templates/back-arrow.html new file mode 100644 index 0000000000..525398f96a --- /dev/null +++ b/platform/commonUI/browse/res/templates/back-arrow.html @@ -0,0 +1,25 @@ + + + + < + \ No newline at end of file