openmct/platform/framework
Victor Woeltjen 0e6f419678 [Framework] Allow controller registration
Add tweaks in framework which fix errors which
were preventing controller registration. This
includes maintaining the type of controllers as
functions, even after decorating with information
from the extension. WTD-518.
2014-11-04 15:27:10 -08:00
..
lib [Framework] Add angular-route 2014-11-04 14:38:49 -08:00
src [Framework] Allow controller registration 2014-11-04 15:27:10 -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.