Guest User

Untitled

a guest
Apr 5th, 2018
931
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. auth: [{
  2. username: "",
  3. password: "",
  4. },
  5. {
  6. username: "",
  7. password: "",
  8. }
  9. ]
  10.  
  11. defaultUsername: Ember.computed.alias('auth[0].username'),
  12. username: Ember.computed.alias('auth[1].username')
Add Comment
Please, Sign In to add comment