Use ng-href for binding links with angular

This commit is contained in:
Shane Kilkelly 2017-10-25 11:48:37 +01:00
parent 8561b69ee9
commit 6e8e4e6453

View file

@ -150,7 +150,7 @@
)
span
a.projectName(
href="{{projectLink(project)}}"
ng-href="{{projectLink(project)}}"
stop-propagation="click"
) {{project.name}}
span(