Ember 1.13.0 Deprecations
devotox opened this issue · 9 comments
devotox commented
cdv-generic-nav-bar just needs to use the new HTMLBars style like below
{{#if nav.leftButton.text}}
<button {{action 'leftButton'}}>
{{#if nav.leftButton.icon}}
<i class="icon {{nav.leftButton.icon}}"></i>
{{/if}}
{{nav.leftButton.text}}
</button>
{{/if}}
{{#if nav.title.text}}
<h1>
{{nav.title.text}}
</h1>
{{/if}}
{{#if nav.rightButton.text}}
<button {{action 'rightButton'}}>
{{#if nav.rightButton.icon}}
<i class="icon {{nav.rightButton.icon}}"></i>
{{/if}}
{{nav.rightButton.text}}
</button>
{{/if}}
timbaas commented
+1
vsymguysung commented
+1
Dragsbaek commented
Any reasons this haven't been merged yet?
shaunc commented
Is this project still active? The underlying projects (ember, cordova) have been moving forward, but not much progress here. Is there a suggested alternative if this isn't active?
runspired commented
@shaunc I'm working on a replacement project that focuses on more than just cordova, join #mobile on the ember slack or #ember-cli-platforms
shaunc commented
@runspired -- Thanks for the info on #mobile ... (for the record: https://embercommunity.slack.com/archives/mobile/p1452369014001399)
MatthewHager commented
Anyone available/open to help maintain the repo? If so, let me know and I'll give you access.
BryanH commented
Merged.