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

Pull request to add dynamic variable to show or hide "-" operator #93

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

Commits on May 22, 2020

  1. Update input.service.ts

    Added "showNegativeOperator" as a variable which will prepend the "-" sign only if this operator is set to true if not it will return with the prefix & suffix without the operator
    snarayankar committed May 22, 2020
    Configuration menu
    Copy the full SHA
    2946a66 View commit details
    Browse the repository at this point in the history
  2. Update currency-mask.directive.ts

    Added "showNegativeOperator" as a variable which will prepend the "-" sign only if this operator is set to true if not it will return with the prefix & suffix without the operator
    snarayankar committed May 22, 2020
    Configuration menu
    Copy the full SHA
    1818db4 View commit details
    Browse the repository at this point in the history
  3. Update currency-mask.config.ts

    Added "showNegativeOperator" as a variable which will prepend the "-" sign only if this operator is set to true if not it will return with the prefix & suffix without the operator
    snarayankar committed May 22, 2020
    Configuration menu
    Copy the full SHA
    64cb9a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1401a18 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3389030 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    20e1f28 View commit details
    Browse the repository at this point in the history