This commit is contained in:
Shannon
2014-10-03 13:03:52 +10:00
parent c078a1c12f
commit a0602e6b2a

View File

@@ -255,7 +255,7 @@ function treeService($q, treeResource, iconHelper, notificationsService, eventsS
eventsService.emit("treeService.treeNodeLoadError", {error: reason } );
//stop show the loading indicator
node.loading = false;
args.node.loading = false;
//tell notications about the error
notificationsService.error(reason);