From 72cd21171dbce8d1b3ce2583d1ba72a5c52f4a71 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Thu, 15 Jan 2015 14:24:12 -0800 Subject: [PATCH] [Forms] Remove obsolete templates Remove obsolete template declarations from the bundle definition for platform/forms. WTD-684. --- platform/forms/bundle.json | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/platform/forms/bundle.json b/platform/forms/bundle.json index 020438fb66..9b73d846a6 100644 --- a/platform/forms/bundle.json +++ b/platform/forms/bundle.json @@ -49,36 +49,6 @@ "key": "CompositeController", "implementation": "controllers/CompositeController.js" } - ], - "templates": [ - { - "key": "_checkbox", - "templateUrl": "templates/_checkbox.html" - }, - { - "key": "_checkboxes", - "templateUrl": "templates/_checkboxes.html" - }, - { - "key": "_datetime", - "templateUrl": "templates/_datetime.html" - }, - { - "key": "_select", - "templateUrl": "templates/_select.html" - }, - { - "key": "_selects", - "templateUrl": "templates/_selects.html" - }, - { - "key": "_textfield", - "templateUrl": "templates/_textfield.html" - }, - { - "key": "_textfields", - "templateUrl": "templates/_textfields.html" - } ] } } \ No newline at end of file