Skip to content

Commit 3a4d1fb

Browse files
committed
add tidy exception for ng-include element
1 parent 62b869a commit 3a4d1fb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

plugin/angular.vim

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ endif
1818
let g:syntastic_html_tidy_ignore_errors = g:syntastic_html_tidy_ignore_errors + [
1919
\ ' proprietary attribute "ng-',
2020
\ ' proprietary attribute "ui-view',
21+
\ '<ng-include> is not recognized!',
22+
\ 'discarding unexpected <ng-include>',
23+
\ 'discarding unexpected </ng-include>',
2124
\ '<div> proprietary attribute "src'
2225
\ ]
2326

0 commit comments

Comments
 (0)