We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62b869a commit 3a4d1fbCopy full SHA for 3a4d1fb
1 file changed
plugin/angular.vim
@@ -18,6 +18,9 @@ endif
18
let g:syntastic_html_tidy_ignore_errors = g:syntastic_html_tidy_ignore_errors + [
19
\ ' proprietary attribute "ng-',
20
\ ' proprietary attribute "ui-view',
21
+ \ '<ng-include> is not recognized!',
22
+ \ 'discarding unexpected <ng-include>',
23
+ \ 'discarding unexpected </ng-include>',
24
\ '<div> proprietary attribute "src'
25
\ ]
26
0 commit comments