-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
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
Angle Bracket example in readme does not work #453
Comments
@ryanlabouve sorry for the inconvenience. The readme is for the master branch, which is now part of the 2.0 alpha versions. If you're installed the latest EBD 1.X it doesn't work indeed. For now I'd recommend using curly braces syntax. I hope to finish the refactor once emberjs/rfcs#435 is implemented. Without it element modifiers are in a weird uncanny valley that are not truly usable. |
Ah, that makes sense. If it's worth it I've seen other project do something like this to help folks that would assume that
(example via https://github.com/collectiveidea/delayed_job/blob/master/README.md) I'll close this issue for now. |
Personally I don't think this issue should be closed. If a user follows the instructions for the docs site they will simply have a situation where nothing renders, as described in the issue. @cibernox I wonder if you would consider either publishing the docs that correspond to the currently (non-alpha) released version or alternately updating the installation instructions on master to be something like |
The example of using this component provided in the readme does not work.
(I'm happy to help either address this in docs or troubleshoot why it's not working.)
Example from the readme that doesn't work:
Here is an example that works with moustache hashtag components (not sure what the proper name for these is):
Here's a screenshot where you can see the Angle Bracket invocation is not working and the Moustache Hashtag is:
I tried to reproduce this in a twiddle, but the site had some issues loading with relevant versions of
ember-source
andember-basic-dropdown
. Here's a repo I made though: ryanlabouve/basic-dropdown-angle-bracket-demo@809e62cThe text was updated successfully, but these errors were encountered: