Skip to content
This repository has been archived by the owner on Nov 19, 2021. It is now read-only.

Commit

Permalink
Chore: code is formatted based on jscs settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Kadnikov committed Apr 15, 2015
1 parent 136f5c2 commit 3627385
Show file tree
Hide file tree
Showing 11 changed files with 2,380 additions and 2,350 deletions.
18 changes: 16 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Installation
------------

### Bower

The simplest way to install Emoji Picker is use [Bower](http://bower.io/).

```bash
Expand All @@ -19,7 +18,6 @@ bower install angular-emoji-picker --save
This will install the latest release.

### Manual

You can also just download the contents of the `dist/` folder and add dependencies manually.

### Module loading
Expand All @@ -29,15 +27,31 @@ Don't forget to load the `vkEmojiPicker` module or nothing will happen.
angular.module('myModule', ['vkEmojiPicker']);
```

By default the picker shows all

Usage
-----

Tests
-----

Known issues and limitations
----------------------------
1. The picker requires AngularJS 1.3. Didn't test on 1.4 version, probably it's broken.


**It's not ready for production yet :)**

Contributing
------------

Any contribution is highly appreciated.

1. Fork it ( https://github.com/terranisu/angular-emoji-picker/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

Also consider running any code through the code style checker `jscs` (or even better use it in your editor) with preset set to `yandex`,
but the parameter `validateIndentation` should be changed to a value `2` instead of original one `4`
2,358 changes: 1,183 additions & 1,175 deletions dist/js/emoji-picker.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/js/emoji-picker.min.js

Large diffs are not rendered by default.

324 changes: 162 additions & 162 deletions src/js/constants/emoji-groups.js

Large diffs are not rendered by default.

Loading

0 comments on commit 3627385

Please sign in to comment.