openmct/platform/framework
Victor Woeltjen f16fa32b68 [Framework] Fix error in custom registrars
Fix error in CustomRegistrars; return a function when
creating general-purpose registration code for
Angular built-ins which follow the normal pattern
(directives, controllers, services...)

WTD-518.
2014-11-04 14:35:22 -08:00
..
lib [Framework] Add Promise polyfill 2014-10-31 13:14:34 -07:00
src [Framework] Fix error in custom registrars 2014-11-04 14:35:22 -08:00
test [Structure] Add comments to temporary files 2014-10-31 09:49:09 -07:00
README.md [Structure] Add platform structure 2014-10-27 18:18:50 -07:00

Framework-level components for Open MCT Web. This is Angular and Require, with an extra layer to mediate between them and act as an extension mechanism to allow plug-ins to be introduced declaratively.