This commit is contained in:
MaysWind 2016-05-29 13:25:12 +08:00
parent f054c95b0a
commit 38e363bcf6
2 changed files with 2 additions and 2 deletions

View file

@ -71,7 +71,7 @@
callback: function (result) {
$scope.globalOptions = result;
}
})
});
})();
}]);
})();

View file

@ -3,7 +3,7 @@
<div class="row" ng-repeat="option in availableOptions" data-option-key="{{option.key}}">
<div class="setting-key setting-key-without-desc col-sm-4">
<span ng-bind="option.name | translate"></span>
<em class="" ng-bind="'(' + option.key + ')'"></em>
<em ng-bind="'(' + option.key + ')'"></em>
<i class="icon-primary fa fa-question-circle" data-toggle="tooltip" data-placement="right"
title="{{option.description | translate}}"
ng-if="option.description && (option.description | translate) != ''"></i>