Last active
October 6, 2016 15:23
-
-
Save grapho/c7ad2138ceb3a19b65acf26727901462 to your computer and use it in GitHub Desktop.
Ember FAQs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
How can I save more than one record at once? | |
Why won't my computed property re-compute? | |
How can I access a controller property from another route/controller? | |
What options do I have for refactoring/removing an observer? | |
Can I pass extra params to a model.save()? How can I perform non-crud actions with ember-data? | |
How do I get the current model in a route? | |
Why is disabled (or any attribute) always true? Passing string instead of a property | |
How do I style the base ember-view? | |
Why is my controller model property null? Calling super when overwriting ember hooks | |
Why can't I access an injected service property? use getters. | |
Why isn't my model() hook being called? | |
How can I use a 3rd party jquery library in Ember? How can I make a 3rd party library into a component? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment