few
This commit is contained in:
parent
4f7dc78df4
commit
6d4d3ead19
1 changed files with 3 additions and 3 deletions
|
|
@ -4,7 +4,7 @@
|
|||
</ion-nav-title>
|
||||
<ion-content>
|
||||
|
||||
<input type="text" placeholder="Search" ng-hide="categoryId=='settings'" ng-hide="categoryId=='addticketwithphoto'">
|
||||
<input type="text" placeholder="Search" ng-hide="categoryId=='settings' || categoryId=='addticketwithphoto'">
|
||||
|
||||
|
||||
<div class="list category-homes">
|
||||
|
|
@ -25,8 +25,8 @@
|
|||
</div>
|
||||
|
||||
<div class="form-group padding-top" ng-show="categoryId=='addticketwithphoto'">
|
||||
<button class='button button-positive' data-ng-click="takePicture()">
|
||||
{{text.buttonTitle}}
|
||||
<button class="button button-full button-positive icon ion-camera" data-ng-click="takePicture()">
|
||||
Scatta!
|
||||
</button>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue