From b84dfa7a60e30678ab75e118f1cf963995b6ac25 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Tue, 3 Dec 2013 15:06:58 -0800 Subject: [PATCH] Better Syntastic support for AngularJS --- vim/dot_vimrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vim/dot_vimrc b/vim/dot_vimrc index 53ab0cb..da67f4d 100644 --- a/vim/dot_vimrc +++ b/vim/dot_vimrc @@ -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