angular-vim-snippets
angular-vim-snippets copied to clipboard
use $0 for last stop postion in snippets
I've made the following improvement:
- Replace the last stop position by
${0}
in snipMate snippets. - Remove a few unnecessary stop positions (e.g. {{${1:binding}}}
${2}
) - Update angularJS version to 1.6.3 in snippets
- Add last stop position to
ngdc
snippets
All these changes have passed my manual tests.