chore(api): fix bad class type on AppViewManager

This commit is contained in:
Naomi Black 2015-10-19 15:26:29 +01:00
parent 1f3b153e99
commit 92e6c0c015
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ angularIO.controller('AppCtrl', [ '$scope', '$mdDialog', '$timeout', function ($
{
"title": "AppViewManager",
"originalModule": "angular2/src/core/compiler/view_manager",
"docType": "interface"
"docType": "class"
},
{
"title": "ApplicationRef",