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

Modularizing the code, using ui-router, demonstrating DRY tests, etc. #88

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

sanfordredlich
Copy link

Hi Kyle,

Ok, here are the changes we talked about. What do you think?

There's an integration test added, btw, for a long-standing bug that happens if you add an item, switch to a view, then come back to "todo". There's also a fix for that now, which demonstrates Misko's comment that views referencing a model should always have a "dot", like "appData.todos". For some reason, though, it works by hand but the test fails. I'll look into that.

Cheers,

  • Sanford

@kylefinley
Copy link
Member

Sanford,

Nice Job! It will take me a little while to go through everything, I'll try to get it merged over the weekend, though.

Thanks again!

@sanfordredlich
Copy link
Author

Cool, thanks Kyle. Let me know if I can help with anything. I tested install, running server.sh and running both kinds of tests. Cheers, - S.

@sanfordredlich
Copy link
Author

Btw, on the last commit I just copied all of angular-brunch-seed into my fork, then updated the necessary files individually, to avoid conflicts with your latest code. - S.

@kylefinley
Copy link
Member

Hey @sanfordredlich,

Every thing looks good so far -- the only issue I need to resolve is with the partials compiling to separate files, but I think that's an issue that can be solved in jade-angularjs-brunch.

Considering that the core routing infrastructure will be removed from Angular 1.2. I'll probably wait to merge with master until after Angular 1.2 is released, which should be soon. I just wanted to give you and update, so you didn't think I forgot about it.

Sanford Redlich and others added 3 commits January 11, 2014 20:33
The documentation states that one just need to run `./scripts/development.sh` and open browser to `http://localhost:3333`, but we need to pass --server argument to the `brunch watch` command to effectively launch the server.
Add --server argument to launch the server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants