gre
This commit is contained in:
parent
9d351bb809
commit
9dcb7f65d0
5 changed files with 35 additions and 19 deletions
|
|
@ -4,7 +4,7 @@
|
|||
</ion-nav-title>
|
||||
<ion-content>
|
||||
|
||||
<input type="text" placeholder="Search" ng-hide="categoryId=='settings'">
|
||||
<input type="text" placeholder="Search" ng-hide="categoryId=='settings'" ng-hide="categoryId=='addticketwithphoto'">
|
||||
|
||||
|
||||
<div class="list category-homes">
|
||||
|
|
@ -24,6 +24,16 @@
|
|||
</a>
|
||||
</div>
|
||||
|
||||
<div class="form-group padding-top" ng-show="categoryId=='addticketwithphoto'">
|
||||
<button class='button button-positive' data-ng-click="takePicture()">
|
||||
{{text.buttonTitle}}
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div class="item item-image" ng-show="categoryId=='addticketwithphoto'">
|
||||
<img ng-src="{{cameraPic}}"/>
|
||||
</div>
|
||||
|
||||
<ul class="list" ng-show="categoryId=='settings'">
|
||||
|
||||
<div class="item item-divider">TOGGLE</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue