-
Notifications
You must be signed in to change notification settings - Fork 3k
README rewrite #419
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
README rewrite #419
Conversation
I'm on IRC right now |
Wow I really like it! Oh man, I have some qa items: General:
Nested States & Views:
Multiple & Named Views:
|
I second moving the API links to the top to make them easier to get to. You might want to mention that with named views and a |
Good thoughts, I'll update it later today. Totally agreed about docs being top-level.
Weird, I never noticed that. I'll update accordingly. @timkindberg for those other corrections, feel free to push additional commits to that branch if I don't get to them first. I'll hop on IRC later today and we can go through all the different Plunkrs we'll need. I'll shoot you an email to coordinate time. |
Ok cool. I may not be available til late like 9 or 10pm. |
- Added top-level navigation - Added 'report an issue' section - Updated code examples to use latest APIs
- Fixed misc. typos & formatting issues
Technically speaking, there's no such thing as the 'state's view', per se.
Under the hood, that's exactly what happens: https://github.com/angular-ui/ui-router/blob/master/src/state.js#L65-L73 Maybe we can figure out a better way of explaining this. |
@nateabele it's what happens unless you specify |
Hey guys,
I just spent some time rewriting our README file. Since it's kind of the project homepage at this point, I figured it'd be worth a little investment. You can preview it here.
The highlights, in brief:
Things we still need:
Did I miss anything?