Better Syntastic support for AngularJS

This commit is contained in:
ViViDboarder 2013-12-03 15:06:58 -08:00
parent ee2b6d678a
commit b84dfa7a60
1 changed files with 3 additions and 1 deletions

View File

@ -353,8 +353,10 @@ let g:syntastic_html_tidy_ignore_errors = [
\ 'proprietary attribute "ng-show"',
\ 'proprietary attribute "ng-controller"',
\ 'proprietary attribute "ng-repeat"',
\ 'proprietary attribute "ng-app"'
\ 'proprietary attribute "ng-app"',
\ 'proprietary attribute "ng-click"'
\ ]
" Command to display TODO tags in project
command Todo Ag! TODO