Skip to content
Snippets Groups Projects
Commit e50802bd authored by Gabriel Engel's avatar Gabriel Engel
Browse files

added emoji

parent aeea33d9
No related branches found
No related tags found
No related merge requests found
......@@ -3,10 +3,19 @@
# 'meteor add' and 'meteor remove' will edit this file for you,
# but you can also edit it by hand.
meteor-platform
accounts-facebook
accounts-github
accounts-google
accounts-meteor-developer
accounts-password
chrismbeckett:fontawesome4
chrismbeckett:toastr
coffeescript
email
less
markdown
reactive-var
service-configuration
chrismbeckett:toastr
francocatena:status
iron:router
konecty:autolinker
......@@ -15,28 +24,20 @@ konecty:mesosphere
konecty:mongo-counter
konecty:multiple-instances-status
konecty:user-presence
less
meteor-platform
meteorhacks:kadira
mizzao:autocomplete
mizzao:timesync
momentjs:moment
monbro:mongodb-mapreduce-aggregation
mrt:mask
mrt:moment
mrt:publish-with-relations
mrt:reactive-store
nooitaf:colors
percolatestudio:synced-cron
raix:handlebar-helpers
reactive-var
tap:i18n
tmeasday:crypto-md5
tmeasday:errors
todda00:friendly-slugs
twbs:bootstrap
tap:i18n
utilities:avatar
accounts-facebook
service-configuration
accounts-google
accounts-meteor-developer
accounts-github
email
mizzao:timesync
qnub:emojione
......@@ -15,7 +15,6 @@ boilerplate-generator@1.0.3
callback-hook@1.0.3
cfs:http-methods@0.0.29
check@1.0.5
chrismbeckett:fontawesome4@4.2.2
chrismbeckett:toastr@2.1.0
coffeescript@1.0.6
dandv:caret-position@2.1.1
......@@ -25,7 +24,7 @@ ejson@1.0.6
email@1.0.6
facebook@1.2.0
fastclick@1.0.3
francocatena:status@1.2.1
francocatena:status@1.2.2
geojson-utils@1.0.3
github@1.1.3
google@1.1.5
......@@ -57,21 +56,21 @@ less@1.0.14
livedata@1.0.13
localstorage@1.0.3
logging@1.0.7
markdown@1.0.4
matb33:collection-hooks@0.7.13
meteor@1.1.6
meteor-developer@1.1.3
meteor-platform@1.2.2
meteorhacks:kadira@2.21.0
meteorhacks:meteorx@1.3.1
minifiers@1.1.5
minimongo@1.0.8
mizzao:autocomplete@0.5.1
mizzao:timesync@0.3.1
mobile-status-bar@1.0.3
momentjs:moment@2.10.3
monbro:mongodb-mapreduce-aggregation@1.0.1
mongo@1.1.0
mongo-livedata@1.0.8
mrt:mask@0.0.1
mrt:moment@2.8.1
mrt:publish-with-relations@0.1.5
mrt:reactive-store@0.0.1
mrt:underscore-string-latest@2.3.3
......@@ -82,6 +81,7 @@ oauth2@1.1.3
observe-sequence@1.0.6
ordered-dict@1.0.3
percolatestudio:synced-cron@1.1.0
qnub:emojione@0.0.3
raix:handlebar-helpers@0.2.4
random@1.0.3
reactive-dict@1.1.0
......@@ -101,6 +101,7 @@ templating@1.1.1
tmeasday:crypto-base@3.1.2
tmeasday:crypto-md5@3.1.2
tmeasday:errors@2.0.0
todda00:friendly-slugs@0.3.0
tracker@1.0.7
twbs:bootstrap@3.3.4
ui@1.0.6
......
......@@ -19,7 +19,7 @@
<textarea class="input-message-editing" contenteditable="true">{{{message}}}</textarea>
{{else}}
<p>
{{{message}}}
{{#emojione}}{{{message}}}{{/emojione}}
</p>
{{/if}}
{{/if}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment