fix comment (description) on send view

This commit is contained in:
Javier 2016-08-24 16:53:14 -03:00
commit dc7f55708e
3 changed files with 26 additions and 21 deletions

View file

@ -61,9 +61,9 @@
</div>
<div class="item item-icon-left item-icon-right" ng-click="showCommentPopup()">
<span ng-show="!comment">Add Description</span>
<span ng-show="comment">{{comment}}</span>
<div class="item item-icon-left item-icon-right" ng-click="showDescriptionPopup()">
<span ng-show="!description">Add Description</span>
<span ng-show="description">{{description}}</span>
<i class="icon ion-ios-chatbubble-outline size-21"></i>
<i class="icon ion-ios-plus-empty size-21"></i>
</div>

View file

@ -8,4 +8,4 @@
<div class="col">
<button class="button button-dark button-block" ng-click="commentPopupSave()" translate>Save</button>
</div>
</div>
</div>