diff --git a/src/textAngularSetup.js b/src/textAngularSetup.js index c14eda85..cac67936 100644 --- a/src/textAngularSetup.js +++ b/src/textAngularSetup.js @@ -644,7 +644,7 @@ angular.module('textAngularSetup', []) } }); taRegisterTool('wordcount', { - display: '
Words:{{wordcount}}
', + display: '
Words:{{wordcount}}
', disabled: true, wordcount: 0, activeState: function(){ // this fires on keyup @@ -664,7 +664,7 @@ angular.module('textAngularSetup', []) } }); taRegisterTool('charcount', { - display: '
Characters:{{charcount}}
', + display: '
Characters:{{charcount}}
', disabled: true, charcount: 0, activeState: function(){ // this fires on keyup