From af48fa5d91f86da65d352b0e7a9a7ca5e6d8e31d Mon Sep 17 00:00:00 2001 From: Gabriel Medeiros Coelho Date: Wed, 23 Oct 2019 13:02:52 -0300 Subject: [PATCH] change href attribute to ng-href Since the url is inside a AngularJS markup {{url}}, it's better to use **ng-href**. From [AngularJS Documentation](https://docs.angularjs.org/api/ng/directive/ngHref):
"Using AngularJS markup like {{hash}} in an href attribute will make the link go to the wrong URL if the user clicks it before AngularJS has a chance to replace the {{hash}} markup with its value. Until AngularJS replaces the markup the link will be broken and will most likely return a 404 error. The ngHref directive solves this problem." --- share/tools/web_config/partials/colors.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/tools/web_config/partials/colors.html b/share/tools/web_config/partials/colors.html index 69f055fb1..3c704c0a7 100644 --- a/share/tools/web_config/partials/colors.html +++ b/share/tools/web_config/partials/colors.html @@ -127,7 +127,7 @@ fish cannot change the background color of your terminal. Refer to your terminal
{{colorScheme.name}} - +
/bright/vixens