# Angular Mobile Select

Angular Mobile Select is a perfect blend of mobile design with the material design. Inspired by the [Material Design](https://www.google.com/design/spec/material-design/) form Google and the native dropdown from various mobile platforms made us to make a flexbile select component for Angular

# New Features!
- Everything is new here. Check it out!

### Tech

Angular Mobile Select uses a number of open source projects to work properly:

* [AngularJS] - HTML enhanced for web apps!
* [Angular Animate] - HTML enhanced for web apps!
* [jQuery] - Because everything is jQuery.

And of course Angular Mobile Select itself is open source with a [public repository][ams]
 on GitHub.

### Installation

Angular Mobile Select requires [Node.js](https://nodejs.org/) v4+ to run.

It is Very Easy and you can install this in a way you're familiar with.

### Bower

```sh
$ bower install angular-mobile-select
```
### NPM

```sh
$ npm install angular-mobile-select
```
##### HTML
```html
<head>
    <!-- Style for the Angular Material Select -->
    <link rel="stylesheet" type="text/css" href="PATH/angular-mobile-select.css" />
</head>
<body>
    <!-- Script for the Angular Material Select -->
    <script type="text/javascript" src="PATH/angular-mobile-select.js"></script>
</body>
```

##### JS
```javascript
angular.module('myApp', ['ngmobileselect']);
```

### Development

Want to contribute? Great!

We are just starting up with this and we have a vision to take this to many more levels.



License
----

MIT



   [ams]: <https://github.com/senthil090/angular-mobile-select>
   [git-repo-url]: <https://github.com/joemccann/dillinger.git>
   [jQuery]: <http://jquery.com>
   [AngularJS]: <http://angularjs.org>
   [Angular Animate]: <https://github.com/angular/angular.js/tree/master/src/ngAnimate>

