update
This commit is contained in:
parent
f054c95b0a
commit
38e363bcf6
|
@ -71,7 +71,7 @@
|
||||||
callback: function (result) {
|
callback: function (result) {
|
||||||
$scope.globalOptions = result;
|
$scope.globalOptions = result;
|
||||||
}
|
}
|
||||||
})
|
});
|
||||||
})();
|
})();
|
||||||
}]);
|
}]);
|
||||||
})();
|
})();
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<div class="row" ng-repeat="option in availableOptions" data-option-key="{{option.key}}">
|
<div class="row" ng-repeat="option in availableOptions" data-option-key="{{option.key}}">
|
||||||
<div class="setting-key setting-key-without-desc col-sm-4">
|
<div class="setting-key setting-key-without-desc col-sm-4">
|
||||||
<span ng-bind="option.name | translate"></span>
|
<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"
|
<i class="icon-primary fa fa-question-circle" data-toggle="tooltip" data-placement="right"
|
||||||
title="{{option.description | translate}}"
|
title="{{option.description | translate}}"
|
||||||
ng-if="option.description && (option.description | translate) != ''"></i>
|
ng-if="option.description && (option.description | translate) != ''"></i>
|
||||||
|
|
Reference in a new issue