Skip to content

wsmcnaughton/angular-error-tooltip

angular-error-tooltip

Lightweight tooltip directive that displays a FormControl's error messages to user.

Installation

  1. Install npm module:

    npm install angular-error-tooltip --save

  2. If you are using system.js you may want to add this into map and package config:

    {
        "map": {
            "angular-error-tooltip": "node_modules/angular-error-tooltip"
        },
        "packages": {
            "angular-error-tooltip": { "main": "index.js", "defaultExtension": "js" }
        }
    }

Samples

Sample 1:

sample1

Contributing

Please read CONTRIBUTING.md for details on our code of conduct.

License

This project is licensed under the MIT License. See the LICENSE.txt file for details.

Acknowledgements

About

Lightweight tooltip directive that displays error messages to user.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •