Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/BuildFire/sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
abuturla committed Jun 29, 2018
2 parents 3c353f6 + 09b281b commit 3e1e029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pluginTester/pages/controllers/indexCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ $app.controller('indexCtrl', ['$scope', '$http', function ($scope, $http) {
$scope.sdkWikiLink = sdkWikiLink;
}
else{
$scope.sdkMessage = 'SDK is up to date';
$scope.sdkMessage = '';
$scope.status = 'text-primary';
}

Expand Down

0 comments on commit 3e1e029

Please sign in to comment.