From 248b8f4adfdc86a7d3a68ac1ca71a0a5ddd12070 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Wed, 3 Aug 2016 11:42:56 -0400 Subject: [PATCH] docs(demos): fix API demos missing the correct path to angular forms --- scripts/demos/index.template.dev.html | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/demos/index.template.dev.html b/scripts/demos/index.template.dev.html index 6c782ed0b1..18917b22d1 100644 --- a/scripts/demos/index.template.dev.html +++ b/scripts/demos/index.template.dev.html @@ -23,6 +23,7 @@ '@angular/core': '/node_modules/@angular/core/bundles/core.umd.js', '@angular/compiler': '/node_modules/@angular/compiler/bundles/compiler.umd.js', '@angular/common': '/node_modules/@angular/common/bundles/common.umd.js', + '@angular/forms': '/node_modules/@angular/forms/bundles/forms.umd.js', '@angular/http': '/node_modules/@angular/http/bundles/http.umd.js', '@angular/platform-browser': '/node_modules/@angular/platform-browser/bundles/platform-browser.umd.js', '@angular/platform-browser-dynamic': '/node_modules/@angular/platform-browser-dynamic/bundles/platform-browser-dynamic.umd.js',