From 1f950dc2257ee13442bde4090dc197334e741729 Mon Sep 17 00:00:00 2001 From: Alex Wolfe Date: Fri, 17 Apr 2015 16:29:10 -0700 Subject: [PATCH] data change --- public/docs/js/latest/api/_data.json | 3 +-- public/docs/js/latest/api/change-detection/_data.json | 6 ++++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/public/docs/js/latest/api/_data.json b/public/docs/js/latest/api/_data.json index 9166701c01..0390cac11f 100644 --- a/public/docs/js/latest/api/_data.json +++ b/public/docs/js/latest/api/_data.json @@ -1,10 +1,9 @@ { "annotations": { - "icon": "query-builder", "title": "Annotations" }, + "change-detection": { - "icon": "query-builder", "title": "Change Detection" } } diff --git a/public/docs/js/latest/api/change-detection/_data.json b/public/docs/js/latest/api/change-detection/_data.json index d7a58b7c6c..f82f770926 100644 --- a/public/docs/js/latest/api/change-detection/_data.json +++ b/public/docs/js/latest/api/change-detection/_data.json @@ -1,9 +1,11 @@ { "directive-class": { - "title": "Directive Class" + "title": "Directive Class", + "type": "class" }, "component-class": { - "title": "Component Class" + "title": "Component Class", + "type": "class" } }