ember.js - EmberJS 2.3 link-to issues -
i using ember.js 2.3. have {{link-to}} works on parts of app , not other parts. here {{link-to}}
{{#link-to 'leads'}}leads{{/link-to}}
on parts not work, link still generated. if inspect element, see:
<a id="ember397" href="/leads" class="ember-view">leads</a>
however, link not clickable browser. connected {{outlet}}? link works modifying {{outlet}} , link isn't working in template generated inside outlet.
i new ember , not sure of terminology or if asking correctly.
it else going on in code causing page not have links work.
Comments
Post a Comment