NIFI-3502:

- Ensuring that upon deselection, the monitor palette is updated accordingly.
This commit is contained in:
Matt Gilman 2018-02-15 13:12:41 -05:00 committed by Scott Aslan
parent 9cd631f963
commit bf72d05825
1 changed files with 3 additions and 0 deletions

View File

@ -1062,6 +1062,9 @@
// update URL deep linking params // update URL deep linking params
nfCanvasUtils.setURLParameters(); nfCanvasUtils.setURLParameters();
// inform Angular app values have changed
nfNgBridge.digest();
} }
} }