Skip to content

Commit

Permalink
v3.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zack9433 committed Sep 27, 2017
2 parents 4c39c34 + 2c28bb6 commit aab99fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/sanji-core-ui.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sanji-core-ui",
"author": "Zack Yang <[email protected]> (https://github.com/zack9433)",
"description": "sanji-core-ui",
"version": "3.4.2",
"version": "3.4.3",
"main": "dist/sanji-core-ui.js",
"config": {
"commitizen": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const ConnectStatusComponent = {
key: '@'
},
template: `
<md-input-container class="md-icon-float md-icon-Right md-block">
<md-input-container class="md-icon-float md-icon-right md-block">
<p translate="FORM_LABEL_CLOUD_CONNECTION_STATUS"></p>
<md-icon ng-if="$ctrl.data" ng-md-icon icon="cloud_done" style="color: green"></md-icon>
<md-icon ng-if="!$ctrl.data" ng-md-icon icon="cloud_off" style="color: red"></md-icon>
Expand Down

0 comments on commit aab99fe

Please sign in to comment.