angular-snippets icon indicating copy to clipboard operation
angular-snippets copied to clipboard

:page_with_curl: Sublime Text Snippets and Completions for Angular.js

Results 1 angular-snippets issues
Sort by recently updated
recently updated
newest added
trafficstars

For code-completing say `$scope.$on`, it removes the dollar "$", making it `$scope.on(...)`. The fix is to have the $ double escaped in "angular-js.sublime-completions". As in: `{ "trigger": "angular: $on", "contents":...