@mupkoo wrote:
Now that we have the ability to invoke the
{{ input }}
helper using the angle brackets syntax (<Input />
), how can a person overwrite it?Looks like creating
app/components/input.js
is not doing the trick. Using an initializer and registering the component manuallyapp.register('component:input', Input)
is not working as well.Any ideas?
Posts: 1
Participants: 1