angular-mobile-select
v0.0.1-Alpha-04
Published
Keyboard like mobile select dropdown with angulat
Downloads
11
Readme
Angular Mobile Select
Angular Mobile Select is a perfect blend of mobile design with the material design. Inspired by the 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 on GitHub.
Installation
Angular Mobile Select requires Node.js v4+ to run.
It is Very Easy and you can install this in a way you're familiar with.
Bower
$ bower install angular-mobile-select
NPM
$ npm install angular-mobile-select
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
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