Skip to content

Commit

Permalink
fixed bug - also getHtmlPath if "skipConnetionCheck" is set
Browse files Browse the repository at this point in the history
  • Loading branch information
klues committed Mar 19, 2018
1 parent 1dfa3f8 commit bce1628
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ angular.module(asterics.appComponents)
thiz.$onInit = function () {
if (thiz.hardwareId && !$stateParams.skipConnectionTest) {
connectionCheck();
} else {
getHtmlPath(thiz.hardwareId, $translate.use());
}
};

Expand Down

0 comments on commit bce1628

Please sign in to comment.