We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hasTasks
Need hasTasks property to reference on the project show page so I can display a message "No tasks added yet" instead of the "Tasks" header and <ul>.
<ul>
Can I put that on the model? Examples I've seen put it on the controller. Need to better understand what can go on the model vs. controller.
http://stackoverflow.com/questions/25436210/ember-js-length-of-array-of-related-objects http://emberjs.com/guides/object-model/computed-properties-and-aggregate-data/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Need
hasTasks
property to reference on the project show page so I can display a message "No tasks added yet" instead of the "Tasks" header and<ul>
.Can I put that on the model? Examples I've seen put it on the controller. Need to better understand what can go on the model vs. controller.
http://stackoverflow.com/questions/25436210/ember-js-length-of-array-of-related-objects
http://emberjs.com/guides/object-model/computed-properties-and-aggregate-data/
The text was updated successfully, but these errors were encountered: