angular-summernote not working ng-blur()

i am using angular-summernote
when i am using ng-blur() and ng-focus() with angular-summernote then it will not call my function.
<summernote ng-model="test.desc" ng-blur="markChange();"
config="summerNoteOpts"></summernote>

if i use ng-change() with angular-summernote then it will work.

`<summernote ng-model="test.desc" ng-change="markChange();" 
 config="summerNoteOpts"></summernote>`

i am new in angular-summernote.
please help me

Source: AngularJS



from Angular Questions https://angularquestions.com/2017/10/05/angular-summernote-not-working-ng-blur/
via @lzomedia #developer #freelance #web #lzomedia.com

Comments

Popular posts from this blog

Using PHP and MySQL data to generate PDF letters like in MS Word mailmerge functionality - development

Angular.js ng-click with mouse middle button

Using Intervention package to compress images. My images are not being compressed, still the same size - development