[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.
This commit is contained in:
Victor Woeltjen 2015-01-02 18:04:31 -08:00
parent baca4ab4e6
commit 95e299622e

View File

@ -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": {}
}