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

19 lines
833 B
Plaintext
Raw Normal View History

.callout.is-helpful
header Developer Preview
2015-03-02 09:29:08 -05:00
p.
The Angular 2.0 API is currently in active development and not production ready.
This page showcases a preview of proposed methods to help further the discussion
in the development community. If you're building a production app today, please
<a href="https://docs.angularjs.org/api">use Angular 1.X</a>.
2015-04-21 11:54:02 -04:00
ul.is-plain
2015-04-26 11:01:04 -04:00
for page, slug in public.docs[current.path[1]][current.path[2]].api
if slug != 'index' && slug != '_contents' && slug != '_data'
- var url = "/docs/" + current.path[1] + "/" + current.path[2] + "/" + current.path[3] + "/" + slug
- var title = public.docs[current.path[1]][current.path[2]][current.path[3]][slug]._data["index"]["title"]
2015-04-21 11:54:02 -04:00
li
2015-04-26 11:01:04 -04:00
!= partial("../../../../_includes/_hover-card", {name: title, url: url })