An open API service indexing awesome lists of open source software.

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

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.

``````