openmct/platform
Victor Woeltjen b0cb8a8455 [Common UI] Fix Save/Cancel quirk
Fix a defect in the Save/Cancel buttons in Edit mode
that was causing the first click to be missed; this
was due to Angular's inability to detect when a
native promise (as opposed to one from ) had been
resolved.

Since the Editor capability is introduced indirectly
and is a few degrees of separation removed from
the declared extension layer (where we would be able
to get a reference to ), and all we need to do is
make something look Promise-like, a convenience
function to do this is added.

Part of ongoing transition of common user interface
elements, WTD-574.
2014-11-25 22:58:34 -08:00
..
commonUI [Common UI] Fix Save/Cancel quirk 2014-11-25 22:58:34 -08:00
core [Core] Workaround require quirk 2014-11-21 18:48:10 -08:00
data [Structure] Add platform structure 2014-10-27 18:18:50 -07:00
features [Structure] Add platform structure 2014-10-27 18:18:50 -07:00
forms [Structure] Add platform structure 2014-10-27 18:18:50 -07:00
framework [Framework] Mention constants in README 2014-11-20 11:00:02 -08:00
identity [Structure] Add platform structure 2014-10-27 18:18:50 -07:00
persistence [Structure] Add platform structure 2014-10-27 18:18:50 -07:00
representation [Representation] Fix gesture-related definitions 2014-11-23 15:35:53 -08:00
README.md [Structure] Add platform structure 2014-10-27 18:18:50 -07:00

This directory contains all bundles for the Open MCT Web platform, as well as the framework which runs them.