Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. <input-select name="price"
  2. focus="focusonprice"
  3. ng-model="object.price"
  4. type="text"
  5. currency="object.currency"
  6. select="object.default_currency"
  7. choices="object.currency_choices"
  8. errors="form.price.$error"
  9. label="[['Цена'|translate]]"
  10. id="offer-price">
  11. </input-select>
  12.  
  13. <input-select name="price" focus="focusonprice" ng-model="object.price" type="text" currency="object.currency" select="object.default_currency" choices="object.currency_choices" errors="form.price.$error" label="[['Цена'|translate]]" id="offer-price">
  14. </input-select>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement