LinkComponent#attributeBindings

attributeBindingsArray | Stringpublic

Defined in packages/ember-htmlbars/lib/components/link-to.js:446

By default the {{link-to}} component will bind to the href and title attributes. It's discouraged that you override these defaults, however you can push onto the array if needed.

Default: ['title', 'rel', 'tabindex', 'target']

doc_EmberJs
2016-11-30 16:52:23
Comments
Leave a Comment

Please login to continue.