From 95e299622e727e93cde8049ee8a47a5497626de8 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Fri, 2 Jan 2015 18:04:31 -0800 Subject: [PATCH] [Framework] Expose angular Expose angular as a dependency which can be included from AMD-style modules, utilizing the extensions to the framework layer added to support exposing libraries from bundles. WTD-568. --- platform/framework/bundle.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/platform/framework/bundle.json b/platform/framework/bundle.json index 570d46ccb2..a09bea185c 100644 --- a/platform/framework/bundle.json +++ b/platform/framework/bundle.json @@ -1,5 +1,16 @@ { "name": "Open MCT Web Framework Component", "description": "Framework layer for Open MCT Web; interprets bundle definitions and serves as an intermediary between Require and Angular.", + "libraries": "lib", + "configuration": { + "paths": { + "angular": "angular.min" + }, + "shim": { + "angular": { + "exports": "angular" + } + } + }, "extensions": {} } \ No newline at end of file