Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create modular structure to define states #19

Merged
merged 3 commits into from
Jun 24, 2015
Merged

Create modular structure to define states #19

merged 3 commits into from
Jun 24, 2015

Conversation

felquis
Copy link
Member

@felquis felquis commented Jun 24, 2015

Related to #13

The pattern is easy.

starter -> application name
starter.state -> app's states
starter.state.sidemenu -> Define sidemenu state
starter.state.search -> Define search state
starter.state.search.controller -> Search Controller
starter.state.sidemenu.controller -> Sidemenu Controller

All the files are listed in js/load.js and all the modules are associated in js/app.js

felquis added a commit that referenced this pull request Jun 24, 2015
Create modular structure to define states
@felquis felquis merged commit 6cc9182 into master Jun 24, 2015
@giorgiofellipe giorgiofellipe deleted the addAngularSeed branch July 6, 2015 02:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant