data change

This commit is contained in:
Alex Wolfe 2015-04-17 16:29:10 -07:00
parent 5be4e6fbea
commit 1f950dc225
2 changed files with 5 additions and 4 deletions

View File

@ -1,10 +1,9 @@
{ {
"annotations": { "annotations": {
"icon": "query-builder",
"title": "Annotations" "title": "Annotations"
}, },
"change-detection": { "change-detection": {
"icon": "query-builder",
"title": "Change Detection" "title": "Change Detection"
} }
} }

View File

@ -1,9 +1,11 @@
{ {
"directive-class": { "directive-class": {
"title": "Directive Class" "title": "Directive Class",
"type": "class"
}, },
"component-class": { "component-class": {
"title": "Component Class" "title": "Component Class",
"type": "class"
} }
} }