Skip to content

Commit

Permalink
removed binding for cart
Browse files Browse the repository at this point in the history
  • Loading branch information
pujachatterjee authored Mar 20, 2017
1 parent 784429f commit b71c3a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions espm-cloud-web/src/main/webapp/webshop/view/Home.view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Page id="productListPage" title="{i18n>home.Title}">
<headerContent>
<Button icon="sap-icon://my-sales-order" id="btnOrdersId" press="onOrdersButtonPressed" tooltip="{i18n>home.salesOrder}"/>
<Button binding="{/Cart}" icon="sap-icon://cart" id="btnProductListHeader" press="onShoppingCartPressed" text="{TotalQunatity}"
<Button icon="sap-icon://cart" id="btnProductListHeader" press="onShoppingCartPressed" text="{TotalQunatity}"
tooltip="{i18n>home.cart}"/>
</headerContent>
<content>
Expand Down Expand Up @@ -68,4 +68,4 @@
<Bar/>
</footer>
</Page>
</mvc:View>
</mvc:View>

0 comments on commit b71c3a7

Please sign in to comment.