From 6e8e4e645332fb8725d1041a7a17422bfa67a365 Mon Sep 17 00:00:00 2001 From: Shane Kilkelly Date: Wed, 25 Oct 2017 11:48:37 +0100 Subject: [PATCH] Use ng-href for binding links with angular --- services/web/app/views/project/list/project-list.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/app/views/project/list/project-list.pug b/services/web/app/views/project/list/project-list.pug index a9d322b384..96ece4f837 100644 --- a/services/web/app/views/project/list/project-list.pug +++ b/services/web/app/views/project/list/project-list.pug @@ -150,7 +150,7 @@ ) span a.projectName( - href="{{projectLink(project)}}" + ng-href="{{projectLink(project)}}" stop-propagation="click" ) {{project.name}} span(