Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Fix Navbar & Sidebar Issues #62

Merged
merged 7 commits into from
Aug 12, 2015
Merged

Fix Navbar & Sidebar Issues #62

merged 7 commits into from
Aug 12, 2015

Conversation

jcscottiii
Copy link
Contributor

Prior, the navbar could not determine if it was for a logged in user vs not. this fixes that

@jcscottiii jcscottiii changed the title Directives view Fix Navbar Issues Aug 12, 2015
James C. Scott added 2 commits August 12, 2015 11:10
Since the function was moved to a directive, it can't find anything.
Once we start doing unit tests on directives, we will move the test
there.
@codecov-io
Copy link

Current coverage is 90.95%

Merging #62 into master will decrease coverage by -1.74% as of 3230724

@@            master     #62   diff @@
======================================
  Files            4       4       
  Stmts          219     221     +2
  Branches         0       0       
  Methods          0       0       
======================================
- Hit            203     201     -2
  Partial          0       0       
- Missed          16      20     +4

Review entire Coverage Diff as of 3230724


Uncovered Suggestions

  1. +1.81% via .../app/cloudfoundry.js#28...31
  2. +1.36% via .../app/cloudfoundry.js#236...238
  3. +1.36% via ...c/app/controllers.js#157...159
  4. See 6 more...

Powered by Codecov. Updated on successful CI builds.

@jcscottiii jcscottiii changed the title Fix Navbar Issues Fix Navbar & Sidebar Issues Aug 12, 2015
jcscottiii added a commit that referenced this pull request Aug 12, 2015
Fix Navbar & Sidebar Issues

This PR fixes:
Allow the navbar to determine if the user is logged in.
Moves the sidebar to the navbar for small screens
Removes the sidebar if the user is logged out.
@jcscottiii jcscottiii merged commit e4a7224 into master Aug 12, 2015
@jcscottiii jcscottiii deleted the directives-view branch August 13, 2015 13:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants