Open enricorotundo opened 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:
legend.png
all.png
diagram: { files: { // "PATH/TO/OUTPUT/FILES": ["PATH/TO/YOUR/FILES/*.js"] 'architecture': [ '<%= yeoman.app %>/**/*.js' ] } }
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).
The
legend.png
file shows a red colour for Factories but in theall.png
they are orange. No options used, no arguments just: