-
-
Notifications
You must be signed in to change notification settings - Fork 86
[#123] / Convert es-footer to be an angle bracket component #125
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
[#123] / Convert es-footer to be an angle bracket component #125
Conversation
@MelSumner Let me know if there's something missing here. Happy to work on any missing part. |
@amyrlam No worries! Thank YOU for taking the time to review it. |
@esbanarango cool! I was trying to make this change on your branch, I don't think I can push to your fork, but I may be doing something wrong(?): 25fb97b Let me know, also I'm @ amyrlam on Ember Discord if easier to sync there. |
Fix from out-of-date branch #125 Co-authored-by: Esteban Arango Medina <[email protected]>
Fix from out-of-date branch #125 Co-authored-by: Esteban Arango Medina <[email protected]>
.travis.yml
Outdated
@@ -37,8 +37,6 @@ jobs: | |||
# we recommend new addons test the current and previous LTS | |||
# as well as latest stable release (bonus points to beta/canary) | |||
- stage: "Additional Tests" | |||
env: EMBER_TRY_SCENARIO=ember-lts-2.16 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the confusion on my end. I meant to keep the .travis.yml
the same as what's on master. Unfortunately I can't push to this branch of your fork. I believe when you add these 2 lines back, there will still be some test failures.
I'm not sure about @tagline="My custom tagline"
maybe it needs to be in curlies also.
fbbd018
to
ba68377
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @esbanarango and @hakilebara! 🎉
This PR converts
{{es-footer}}
component to<EsFooter/>
. #123Note: This PR also adds ember-angle-bracket-invocation-polyfill, so we can continue supporting
2.16
and2.18
versions.