2015-07-28 01:12:30 -04:00
p.location-badge.
2015-08-07 02:25:42 -04:00
defined in <a href="https://github.com/angular/angular/tree/2.0.0-alpha.34/modules/angular2/change_detection.ts#L1-L37">angular2/change_detection.ts (line 1)</a>
2015-07-28 01:12:30 -04:00
ul
for page, slug in public.docs[current.path[1]][current.path[2]][current.path[3]][current.path[4]]._data
if slug != 'index'
2015-07-28 02:39:47 -04:00
- var url = "/docs/" + current.path[1] + "/" + current.path[2] + "/" + current.path[3] + "/" + current.path[4] + "/" + slug + ".html"
2015-07-28 01:12:30 -04:00
li.c8
!= partial("../../../../../_includes/_hover-card", {name: page.title, url: url })