mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-06 18:26:49 +02:00
fix(core): fixed eslint warning
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
ngModel.$setViewValue($('#' + attrs.mtMarkdownEditor)[0].value);
|
||||
},
|
||||
onShow: function (e) {
|
||||
if(attrs.maxlength){
|
||||
if (attrs.maxlength) {
|
||||
var inputInfo = angular.element('<span></span>');
|
||||
inputInfo.addClass('pull-right');
|
||||
inputInfo.addClass('input-length');
|
||||
|
||||
Reference in New Issue
Block a user