grunt-angular-architecture-graph icon indicating copy to clipboard operation
grunt-angular-architecture-graph copied to clipboard

Factories colour wrong

Open enricorotundo opened this issue 10 years ago • 1 comments

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'
            ]
        }
    }

enricorotundo avatar Dec 23 '14 20:12 enricorotundo

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).

xtreemrage avatar Jan 07 '15 08:01 xtreemrage