Skip to content

Instantly share code, notes, and snippets.

@aponcz
Created October 15, 2015 15:51
Show Gist options
  • Save aponcz/56312fc0d05fec53a758 to your computer and use it in GitHub Desktop.
Save aponcz/56312fc0d05fec53a758 to your computer and use it in GitHub Desktop.
multipleContactsAvailable: (->
@get('content.project.client.contacts.length') > 1
).property('content.project.client.contacts')
contacts: (->
@get('content.project.client.contacts')
).property('content.project.client.contacts')
content is a budget and this code never returns the contacts. Thoughts?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment