Skip to content

With ST3, it removes $. Attached fix. #6

Description

@amerkay

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": "\\$on(${1:name}, ${2:listener})" }

Gist at:
https://gist.github.com/amerk86/57214471ba1cf97f1947

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions