We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88695f8 commit 99cdb2eCopy full SHA for 99cdb2e
2 files changed
addon/src/services/page-title.ts
@@ -223,6 +223,7 @@ export default class PageTitleService extends Service {
223
}
224
225
scheduleTitleUpdate = () => {
226
+ // eslint-disable-next-line ember/no-runloop
227
scheduleOnce('afterRender', this, this._updateTitle);
228
};
229
docs/app/templates/docs.hbs
@@ -62,6 +62,7 @@
62
63
<label>
64
Page Title
65
+ {{!-- template-lint-disable no-builtin-form-components --}}
66
<Input @type='text' @value={{@model.title}} placeholder='My App' data-test-edit-title />
67
</label>
68
</div>
0 commit comments