https://github.com/tushar-borole/angular-clear-button
ios style clear button for angular js
https://github.com/tushar-borole/angular-clear-button
Last synced: about 2 months ago
JSON representation
ios style clear button for angular js
- Host: GitHub
- URL: https://github.com/tushar-borole/angular-clear-button
- Owner: tushar-borole
- Created: 2015-03-16T06:10:49.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-21T05:58:46.000Z (over 9 years ago)
- Last Synced: 2025-04-10T08:33:06.004Z (2 months ago)
- Language: HTML
- Homepage:
- Size: 4.88 KB
- Stars: 5
- Watchers: 0
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
angular-clear-button is a directive for [AngularJS](http://angularjs.org/) to make ios style clear button for angular js
Demos
-----Check out the running demos http://htmlpreview.github.io/?https://raw.githubusercontent.com/tushariscoolster/angular-clear-button/master/demo/index.html.
angular-clear-button
Getting Started
---------------* Download angular-clear-button from https://github.com/tushariscoolster/angular-clear-button or install it with:
* [Bower](http://bower.io/) via `bower install angular-clear-button`
* Include the script tag on your page after the AngularJS* Ensure that your application module specifies `angular-clear-button` as a dependency:
angular.module('myApplication', ['angular-clear-button']);
* Use the directive by specifying an `clear-btn` attribute on an element.
``````