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

Ability to set a tags like label/value pairs. Advanced server side integration. #360

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Apr 15, 2016

  1. Extended createTag function. Now it will accept a label and work prop…

    …erly with label/value autocomplete.
    Defee committed Apr 15, 2016
    Configuration menu
    Copy the full SHA
    96242ec View commit details
    Browse the repository at this point in the history
  2. Revert "Extended createTag function. Now it will accept a label and w…

    …ork properly with label/value autocomplete."
    
    This reverts commit 96242ec.
    Defee committed Apr 15, 2016
    Configuration menu
    Copy the full SHA
    978d1c1 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2016

  1. Commit for fixing some issues and extend the functionality.

    1)Added @value component@ to tags. It creates a new input as a value. Also it uses a new option @valueFieldName@. It was done for a server side better integration.
    2) Create Tag now can handle a @DaTa@(object) instead of a @value@ (array or primitive). All methods were rewritten and tested.
    3) if you provide a single input option + you return a label/value array from server, the value is saved in value attribute of input. if new value is added it will be added as string.
    TODO: store a label|value pair.
    4) if you return ONLY a label array from server and single input is false, the @Label@ and @value@ inputs has the same value. 5)If we add new input and single input is false, the @Label@ and @value@ inputs has the same value.
    Defee committed Apr 16, 2016
    Configuration menu
    Copy the full SHA
    fc5d923 View commit details
    Browse the repository at this point in the history
  2. dist folder + bower.json

    Defee committed Apr 16, 2016
    Configuration menu
    Copy the full SHA
    d075b7b View commit details
    Browse the repository at this point in the history
  3. bower change

    Defee committed Apr 16, 2016
    Configuration menu
    Copy the full SHA
    64ceed5 View commit details
    Browse the repository at this point in the history