You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: