lucalanca / grunt-angular-architecture-graph

Generate modules dependencies graph in .dot format
MIT License
190 stars 13 forks source link

Factories colour wrong #17

Open enricorotundo opened 9 years ago

enricorotundo commented 9 years ago

The legend.png file shows a red colour for Factories but in the all.png they are orange. No options used, no arguments just:

diagram: {
        files: {
            // "PATH/TO/OUTPUT/FILES": ["PATH/TO/YOUR/FILES/*.js"]
            'architecture': [
                '<%= yeoman.app %>/**/*.js'
            ]
        }
    }
xtreemrage commented 9 years ago

On my side the factory is red, the ones that are orange are the injected services like, $upload or third party angular libraries (with the default settings).