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

ng-show doesn’t work correct with value boolean

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

ng-include of inline SVG does not display gradient except in Chrome