angular-docs-cn/public/docs/js/latest/api/change_detection/index.jade

9 lines
370 B
Plaintext
Raw Normal View History

2015-04-14 11:11:02 -04:00
ul
for page, slug in public.docs[current.path[1]][current.path[2]][current.path[3]][current.path[4]]._data
2015-04-22 02:34:30 -04:00
if slug != 'index'
url = "/docs/" + current.path[1] + "/" + current.path[2] + "/" + current.path[3] + "/" + current.path[4] + "/" + slug + ".html"
li.c8
2015-04-26 11:01:04 -04:00
!= partial("../../../../../_includes/_hover-card", {name: page.title, url: url })
2015-04-22 02:34:30 -04:00