Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Commit

Permalink
tmp(iap): remove purchase tab from ios
Browse files Browse the repository at this point in the history
  • Loading branch information
lefnire committed May 29, 2015
1 parent 6984197 commit 0f592a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/app.jade
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ script(id='views/app.html',type='text/ng-template')
ion-content()
ion-list
each v,k in sideMenuItems
ion-item(nav-clear, menu-close, href='#/app/#{k}')
ion-item(nav-clear, menu-close, href='#/app/#{k}', ng-if="!(isIOS && '#{k}'=='purchase')")
//-img(ng-src='assets/sidebar-icon-#{k}.png')
| #{v}

Expand Down

0 comments on commit 0f592a7

Please sign in to comment.