I'm trying to use a button as a link.
{{#link-to 'login'}}
{{#paper-button raised=true class="md-primary" bubbles=false}}
Login
{{/paper-button}}
{{/link-to}}
Wraps button
in a a
which won't work.
{{#paper-button raised=true class="md-primary" bubbles=false}}
{{#link-to 'login'}}
Login
{{/link-to}}
{{/paper-button}}
Places a
in the button
but the area won't be clickable. Does this mean that the only way to have a button click react like a link is to catch an action?
ember serve
anyway throws a massive list of errors about missing hammer.js or something else like that. I would give the errors in detail but I already deleted the project and creating a new project in Windows using Ember CLI takes about 6 years, so I don't feel like going through that again.
rest-of-the-page
wide.
Template Compiler Error (broccoli-persistent-filter:TemplateCompiler) in ember-paper/components/paper-autocomplete/options/template.hbs
Compile Error: Element modifiers are not allowed in components
Stack Trace and Error Report: /var/folders/r8/8dk97mmj1lj54wkf9y9kwbfr0000gp/T/error.dump.b351bcdb093ea21e8eddaa14db78ec5f.log
Template Compiler Error (broccoli-persistent-filter:TemplateCompiler) in ember-paper/components/paper-autocomplete/options/template.hbs
Compile Error: Element modifiers are not allowed in components
Stack Trace and Error Report: C:\Users\hskar\AppData\Local\Temp/error.dump.06a69967751da3fd01ea4032b5de2449.log