You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public
/css <- all css and sass files
/img <- all image files
/views <- all template files, template structure follow the state/routes structure
/controllers <- global(not part of a specific module) controllers
/directives <- global directives
/services <- global services
/modules <- only javascript files
/users
/controllers
... - directives and services
app.js <- config and all routes/states
The text was updated successfully, but these errors were encountered:
public
/css <- all css and sass files
/img <- all image files
/views <- all template files, template structure follow the state/routes structure
/controllers <- global(not part of a specific module) controllers
/directives <- global directives
/services <- global services
/modules <- only javascript files
/users
/controllers
... - directives and services
app.js <- config and all routes/states
The text was updated successfully, but these errors were encountered: