1.0.0 • Published 7 years ago

angular-error-tooltip v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

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