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

chore(tree): make bhima-nav a component #179

Merged
merged 1 commit into from
Mar 11, 2016

Commits on Mar 11, 2016

  1. chore(tree): make bhima-nav a component

    This commit migrates the `bhimaNav` directive to a component
    architecture.  The navigation component is now called `bhNavigation` and
    has been migrated to the `components/` directory.
    
    One additional improvement has been implemented from #44.  The tree now
    searches through all paths for a match to the current url on change
    using a `String.includes()` to search for matches.  Credit to @sfount
    for this suggestion.
    jniles committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    fe9edaf View commit details
    Browse the repository at this point in the history