openmct/platform/core
Victor Woeltjen 9578fb0cd8 [Views] Update representations on mutation (#1312)
* [Core] Log errors from topic

Log full error (including stack trace) when catching errors
from the topic service. Aids debugging of #1303 (and should
aid in future debugging of any similar issues.)

* [API] Fix identifier usage in handleMutation

To address console errors observed in the context of #1303

* [Views] Listen to mutation

Listen for mutation instead of watching modified timestamp;
more reliable due to recent API changes. Fixes #1303.

* [Views] Update spec for mct-representation

...to reflect changes for #1303
2016-11-07 10:08:53 -08:00
..
src [Views] Update representations on mutation (#1312) 2016-11-07 10:08:53 -08:00
test Revert "[Roots] Remove obsolete spec" 2016-10-26 10:08:35 -07:00
bundle.js Revert "[Roots] Remove legacy root model provider" 2016-10-26 10:08:30 -07:00
README.md [Documentation] Updated copyright statement. Fixes #1081 2016-07-12 16:55:57 -07:00

This bundle contains core software components of Open MCT. These components describe MCT's information model, and are responsible for introducing the API and infrastructure which supports domain objects.