Advertisement
Guest User

Untitled

a guest
Jun 25th, 2018
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. <div class="content" id="content">
  2. <div ng-if="!vm.phoneSent">
  3. <button class="_bt" type="button" ng-click="vm.sendPhone()">SEND PHONE</button>
  4.  
  5. <label class="_label"> {{'SERVIIN.HOME.MOBILE.BANNER_LABEL.PHONE' | translate }}</p>
  6. <input class="_input" ng-model="vm.phone" type="text">
  7.  
  8. </div>
  9. <div ng-if="vm.phoneSent && !vm.tokenSent">
  10.  
  11. <button class="_bt" type="button" ng-click="vm.sendToken()">SEND TOKEN</button><br>
  12.  
  13. <label class="_label"> {{'SERVIIN.HOME.MOBILE.BANNER_LABEL.TOKEN' | translate }}</label>
  14. <input class="_input" ng-model="vm.token" type="text">
  15.  
  16. </div>
  17. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement