manland / draw-my-project

A grunt plugin that draws your javascript project dependencies.
http://manland.github.io/draw-my-project
MIT License
4 stars 1 forks source link

Distinguish services and resolved variables #41

Closed julien-lafont closed 10 years ago

julien-lafont commented 10 years ago

Currently, services (defined with .service()) and resolved variables (not related to a service but defined in the routing with resolve: { groups: ['group', function(group) { return group.groups() }]} are displayed in the same category.

The resolved variables should be separated or ignored.

manland commented 10 years ago

I think the 0.3.3 version fixes this issue https://github.com/manland/draw-my-project#033 with the new regexp : https://github.com/manland/draw-my-project/blob/master/tasks/parsers/angularjs.js#L4

Could you confirm please ? (npm install to download the latest version ;))

Thx