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
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
I have created an issue (I have migrated for AngularJS 1.6.10 to 1.7.5. After migration almost, all links are broken. A href is not generated.) #16809. The answer was, that it is This is a duplicate of #16734. It will be included in the next release.
However, after updating to new release 1.7.6. I encountered the same bug.
<a href="" ui-sref="app.state1.substate">Link</a>
Expected Result:
<a href="/app/state1/substate/" ui-sref="app.state1.substate">Link</a>
But after migration:
<a href="wrong url" ui-sref="app.state1.substate">Link</a>
The text was updated successfully, but these errors were encountered:
I have created an issue (I have migrated for AngularJS 1.6.10 to 1.7.5. After migration almost, all links are broken. A href is not generated.) #16809. The answer was, that it is This is a duplicate of #16734. It will be included in the next release.
However, after updating to new release 1.7.6. I encountered the same bug.
The text was updated successfully, but these errors were encountered: