Guest User

Untitled

a guest
Apr 16th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <br>
  2. <input type="number"
  3. name="input"
  4. required
  5. class="form-control input-md"
  6. ng-model="totalPay"
  7. placeholder="Amount"
  8. ng-minlength="1"
  9. ng-maxlength="3"
  10. min="1"
  11. max="150">
  12.  
  13. <td><select ng-options="reason for reason in refundReasons" required ng-model="chosenReason">
  14. <option value="">Select refund reason</option>
  15. </select></td>
  16. <br>
  17.  
  18. <button class="btn btn-primary" ng-click="payDriver(userId, totalPay, chosenReason)">Pay driver</button>
  19.  
  20. </p>
Add Comment
Please, Sign In to add comment