angular-error-tooltip
v1.0.0
Published
Lightweight tooltip directive that displays error messages to user.
Downloads
24
Readme
angular-error-tooltip
Lightweight tooltip directive that displays a FormControl's error messages to user.
Installation
Install npm module:
npm install angular-error-tooltip --save
If you are using system.js you may want to add this into
map
andpackage
config:{ "map": { "angular-error-tooltip": "node_modules/angular-error-tooltip" }, "packages": { "angular-error-tooltip": { "main": "index.js", "defaultExtension": "js" } } }
Samples
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
- Special thanks to Umed Khudoiberdiev, whose ngx-tooltip served as a backbone for this project