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

Refactor autonav show/hide in application view #5311

Closed
wants to merge 1 commit into from

Conversation

acburdine
Copy link
Member

no issue

  • converts the nav-menu from a partial to its own view
  • converts (most) of the jQuery events to ember actions

{{#unless signedOut}}
{{partial "nav-menu"}}
{{/unless}}
{{#if session.isAuthenticated}}

This comment was marked as abuse.

@acburdine acburdine changed the title refactor autonav show/hide in application view Refactor autonav show/hide in application view May 22, 2015
@ErisDS
Copy link
Member

ErisDS commented May 23, 2015

This PR appears really broken to me :(

I checked twice :(

no issue
- converts the nav-menu from a partial to its own view
- converts (most) of the jQuery events to ember actions
@acburdine
Copy link
Member Author

@ErisDS Fixed it. When I fixed jaswilli's request, I changed one word that broke it.

@acburdine
Copy link
Member Author

since jaswilli's PR seems to fix this, I'll close this PR.

@acburdine acburdine closed this May 24, 2015
@acburdine acburdine deleted the zelda-nav branch June 3, 2015 03:13
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