Structure of the app is like:
app.common.directives
So, declaring angular.module('app.common', ['directives', 'services'])
would ideally fit to easily support submodules feature of graphviz,
in the case, a module has no services/directives/controllers
like here : http://www.graphviz.org/content/fdpclust
Structure of the app is like:
app.common.directives
So, declaring angular.module('app.common', ['directives', 'services'])
would ideally fit to easily support submodules feature of graphviz,
in the case, a module has no services/directives/controllers
like here : http://www.graphviz.org/content/fdpclust