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
services
ui [Frontend] Refactor glyphs to classes 2016-08-01 14:33:25 -07:00
SplashScreenManagerSpec.js
StyleSheetLoaderSpec.js
suite.json