We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
- var ...
1 parent 2c99512 commit 6ab2a87Copy full SHA for 6ab2a87
docs/angular.io-package/templates/module.template.html
@@ -7,7 +7,7 @@
7
ul
8
for page, slug in public.docs[current.path[1]][current.path[2]][current.path[3]][current.path[4]]._data
9
if slug != 'index'
10
- url = "/docs/" + current.path[1] + "/" + current.path[2] + "/" + current.path[3] + "/" + current.path[4] + "/" + slug + ".html"
+ - var url = "/docs/" + current.path[1] + "/" + current.path[2] + "/" + current.path[3] + "/" + current.path[4] + "/" + slug + ".html"
11
12
li.c8
13
!= partial("../../../../../_includes/_hover-card", {name: page.title, url: url })
0 commit comments