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

New contextMenuBuilder api and several additions #27

Closed
wants to merge 5 commits into from

Commits on Oct 13, 2015

  1. New contextMenuBuilder api to help users build the menu with ease.

    Several additions:
    * Issues:
       - Templarian#22 Adding a context menu class name to dropdown: Class ng-bootstrap-contextmenu is now appended to the holding div;
    * Pull Requests
       - Templarian#17 Added a event for opening: Added event for opening, after open and after closed;
       - Templarian#21 Allow icons (as HTML) in menu item: Not as html, but the new builder api handles the icon submission;
       - Templarian#25 Added support for item text promise: The text is now wrapped inside a $q.when function.
    Cleverson Nascimento committed Oct 13, 2015
    Configuration menu
    Copy the full SHA
    f12f6d7 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2015

  1. Added capacity to create a context menu from a ul template.

    Cleverson Nascimento committed Oct 14, 2015
    Configuration menu
    Copy the full SHA
    17e77a1 View commit details
    Browse the repository at this point in the history
  2. Fixed some not wanted behaviors

    Cleverson Nascimento committed Oct 14, 2015
    Configuration menu
    Copy the full SHA
    b7afe2a View commit details
    Browse the repository at this point in the history
  3. Fixed attribute removal.

    Cleverson Nascimento committed Oct 14, 2015
    Configuration menu
    Copy the full SHA
    fac3e97 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2016

  1. Fixed template usage.

    Cleverson Nascimento committed Apr 17, 2016
    Configuration menu
    Copy the full SHA
    ee959ad View commit details
    Browse the repository at this point in the history