This repository was archived by the owner on May 26, 2019. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 868
Conversation
This file contains 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
It might be a good idea to suggest using `assert.expect()` while testing that external action test doubles.
* Improve documentation on loading and error event handling Improve documentation on how handle and use the default behaviour for each action. Addresses emberjs/ember.js#15682 * Add code samples
* Tutorial/Simple-component * Converts Tutorials * Update hbs-helper.md
QUEST | Convert code samples to RFC emberjs#176 imports
Add missing postData property to blog-post component
Recommend users to use `assert.expect()`
Consistent with previous code snippets. Eg: https://puu.sh/xW5xJ.png The same template file being referenced further down: https://puu.sh/xW5zP.png
If the variables name matches with example code snippet. It makes easy to read and understand.
Both loops only count up to `2`; the code comment for the loop using `let` incorrectly described it as behaving differently from `var` and counting up to `3`.
Replace Ember.run.debounce by debounce
* Updates import line * Update autocomplete-component.md * Update autocomplete-component.md * Update autocomplete-component.md
* Adds the shell command in the same way it is used throught the tutorial * Adds lines being removed and adds line add and line remove styling * Adds line that was removed and styles * Adds line that was removed and styles * Adds line styling to acceptance test embed
…uides into es-primer-modules
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
@locks @rtablada