Skip to content

nikaspran/ng-annotate-trim-underscores

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published