mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Use ng-href for binding links with angular
This commit is contained in:
parent
8561b69ee9
commit
6e8e4e6453
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@
|
|||
)
|
||||
span
|
||||
a.projectName(
|
||||
href="{{projectLink(project)}}"
|
||||
ng-href="{{projectLink(project)}}"
|
||||
stop-propagation="click"
|
||||
) {{project.name}}
|
||||
span(
|
||||
|
|
Loading…
Reference in a new issue