no in file campaigns.html i have a link like <p class="bold grey" ui-sref="form.campaigns.detail({id: '123', label: 'aaa'})">CLICK</p>.
Now when i am clicking 'CLICK' just the title of page is changing to Campaign and Questions1 but the template url is still the same i.e campaign.html instead of mailDetail.html
I have this configuration in
form.module.js
no in file
campaigns.html
i have a link like<p class="bold grey" ui-sref="form.campaigns.detail({id: '123', label: 'aaa'})">CLICK</p>
.Now when i am clicking 'CLICK' just the title of page is changing to
Campaign and Questions1
but the template url is still the same i.ecampaign.html
instead ofmailDetail.html