openmct/platform/commonUI/general/test
Victor Woeltjen 4e5887d9ec [Tree] Check for change before scope.$apply
TreeView's observers will be called when the selected domain object
changes, which can occur for one of two reasons:

1. Because a new value was set externally, from mct-tree.
2. Because a new value was selected, by the user.

In the latter case a $apply is needed, but in the former it is not
(and causes an error.) However, when that case occurs, the value in
scope will be up to date already (it was a watch that triggered the
call to treeView.value) so no assignment or $apply is necessary.

Fixes #1114.
2016-08-15 16:04:14 -07:00
..
controllers [search] Reverted previous change to ClickAwayController and introduced a custom fix to search menu. Fixes #888 (#1109) 2016-08-05 16:30:20 -07:00
directives [Tree] Check for change before scope.$apply 2016-08-15 16:04:14 -07:00
filters [Documentation] Updated copyright statement. Fixes #1081 2016-07-12 16:55:57 -07:00
services [Documentation] Updated copyright statement. Fixes #1081 2016-07-12 16:55:57 -07:00
ui [Frontend] Refactor glyphs to classes 2016-08-01 14:33:25 -07:00
SplashScreenManagerSpec.js [Documentation] Updated copyright statement. Fixes #1081 2016-07-12 16:55:57 -07:00
StyleSheetLoaderSpec.js [Documentation] Updated copyright statement. Fixes #1081 2016-07-12 16:55:57 -07:00
suite.json [Plot] Test reverse filter 2016-01-15 13:13:08 -08:00