Skip to content

Commit

Permalink
Fixed modules list refreshing
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-dudarev committed Jan 30, 2017
1 parent 3652bb8 commit 93509ce
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
$scope.selectedNodeId = null;

blade.reload = function () {
modules.reload();
blade.refresh();
modules.reload().$promise.then(blade.refresh);
};

blade.refresh = function () {
Expand Down

0 comments on commit 93509ce

Please sign in to comment.