ng-annotate-trim-underscores

1.0.0 • Public • Published

ng-annotate-trim-underscores

ng-annotate plugin that makes it ignore leading and trailing underscores, like angular.mock.inject

function (_$http_, $q, _) {
  // ...
}

is annotated as

['$http', '$q', '_', function (_$http_, $q, _) {
  // ...
}]

Run tests

  • npm install
  • npm test

Dependencies (0)

    Dev Dependencies (3)

    Package Sidebar

    Install

    npm i ng-annotate-trim-underscores

    Weekly Downloads

    2

    Version

    1.0.0

    License

    ISC

    Last publish

    Collaborators

    • nikaspran