2016-11-16 11:16:20 -03:00
< ion-view id = "complete" hide-tabs >
2016-11-01 14:21:35 -03:00
< ion-content scroll = "false" >
2016-11-16 13:54:38 -05:00
< a class = "close-button" ng-click = "close()" > < i class = "icon ion-ios-close-empty close-home-tip" > < / i > < / a >
2016-11-16 18:15:55 -05:00
< div class = "complete-layout" >
< div class = "complete-layout__expand" ng-class = "{'fade-in': !animate || socialsharing}" >
< div ng-switch = "score && !skipped || rated" >
< div class = "title" ng-switch-when = "true" translate > Thank you!< / div >
< div ng-switch-default >
< div class = "title" translate > Share BitPay< / div >
< img src = "img/ico-positive-feedback.svg" class = "share-the-love-illustration" / >
2016-11-15 00:13:47 -03:00
< / div >
< / div >
2016-11-16 18:15:55 -05:00
< div class = "subtitle" ng-show = "!skipped && !rated" translate > A member of the team will review your feedback as soon as possible.< / div >
< img src = "img/ico-positive-feedback.svg" ng-if = "rated && socialsharing" class = "share-the-love-illustration" / >
< div class = "subtitle" ng-if = "score > 3 && socialsharing" translate > Share the love by inviting your friends.< / div >
< div class = "subtitle" ng-if = "score <= 3 || !socialsharing" translate > If you have additional feedback, please let us know by tapping the "Send feedback" option in the Settings tab.< / div >
< div class = "text-center" ng-if = "score <= 3 || !socialsharing" >
2016-11-14 23:20:41 -03:00
< i class = "icon icon-svg" >
< img src = "img/illustration-send-feedback.png" / >
2016-11-01 14:21:35 -03:00
< / i >
< / div >
< / div >
2016-11-16 18:15:55 -05:00
< div class = "share-buttons" ng-show = "socialsharing" ng-class = "{'slide-up': !animate || socialsharing }" >
< div class = "share-buttons__action" ng-show = "facebook" ng-click = "shareFacebook()" >
2016-11-16 11:16:20 -03:00
< i class = "icon socialsharing-icon" >
< img src = "img/social-icons/ico-social-facebook.svg" / >
< / i >
< div > Facebook< / div >
2016-11-02 15:30:14 -03:00
< / div >
2016-11-16 18:15:55 -05:00
< div class = "share-buttons__action" ng-show = "twitter" ng-click = "shareTwitter()" >
2016-11-16 11:16:20 -03:00
< i class = "icon socialsharing-icon" >
< img src = "img/social-icons/ico-social-twitter.svg" / >
< / i >
< div > Twitter< / div >
< / div >
2016-11-16 18:15:55 -05:00
< div class = "share-buttons__action" ng-show = "googleplus" ng-click = "shareGooglePlus()" >
2016-11-16 11:16:20 -03:00
< i class = "icon socialsharing-icon" >
< img src = "img/social-icons/ico-social-googleplus.svg" / >
< / i >
< div > Google+< / div >
< / div >
2016-11-16 18:15:55 -05:00
< div class = "share-buttons__action" ng-show = "email" ng-click = "shareEmail()" >
2016-11-16 11:16:20 -03:00
< i class = "icon socialsharing-icon" >
< img src = "img/social-icons/ico-social-email.svg" / >
< / i >
< div > Email< / div >
< / div >
2016-11-16 18:15:55 -05:00
< div class = "share-buttons__action" ng-show = "whatsapp" ng-click = "shareWhatsapp()" >
2016-11-16 11:16:20 -03:00
< i class = "icon socialsharing-icon" >
< img src = "img/social-icons/ico-social-whatsapp.svg" / >
< / i >
< div > Whatsapp< / div >
< / div >
2016-11-16 13:54:38 -05:00
< div class = "share-buttons__action" ng-click = "shareMessage()" >
2016-11-16 11:16:20 -03:00
< i class = "icon socialsharing-icon" >
< img src = "img/social-icons/ico-social-message.svg" / >
< / i >
< div > Message< / div >
2016-11-02 15:30:14 -03:00
< / div >
< / div >
2016-11-01 14:21:35 -03:00
< / div >
< / ion-content >
< / ion-view >