Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. buisnessForm: [
  2. {
  3. type: scope.inputs.multiCity
  4. },
  5. {
  6. type: scope.inputs.optional
  7. },
  8. {
  9. type: scope.inputs.from
  10. },
  11. {
  12. type: scope.inputs.depart
  13. },
  14. {
  15. type: scope.inputs.to
  16. },
  17. {
  18. type: scope.inputs.arrive
  19. },
  20. {
  21. type: scope.inputs.name
  22. },
  23. {
  24. type: scope.inputs.travelSelect
  25. },
  26. {
  27. type: scope.inputs.phone
  28. },
  29. {
  30. type: scope.inputs.mail
  31. },
  32. {
  33. type: scope.inputs.note
  34. }
  35. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement