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

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -