Commit 90909a69 authored by Madhur's avatar Madhur

updated sources

parent 2dfe5a32
This source diff could not be displayed because it is too large. You can view the blob instead.
/*! Angular Emoji 1.0.0 2014-12-26 */ /*! Angular Emoji 1.0.0 2014-12-27 */
span.emoji { span.emoji {
display: -moz-inline-box; display: -moz-inline-box;
......
/*! Angular Emoji 1.0.0 2014-12-26 */ /*! Angular Emoji 1.0.0 2014-12-27 */
/** initial setup **/ /** initial setup **/
.nano { .nano {
......
/*! Angular Emoji 1.0.0 2014-12-26 */ /*! Angular Emoji 1.0.0 2014-12-27 */
body body
{ {
......
/*! Angular Emoji 1.0.0 2014-12-26 */ /*! Angular Emoji 1.0.0 2014-12-27 */
'use strict'; 'use strict';
......
/*! Angular Emoji 1.0.0 2014-12-26 */ /*! Angular Emoji 1.0.0 2014-12-27 */
'use strict'; 'use strict';
var Config = {}; var Config = {};
......
/*! Angular Emoji 1.0.0 2014-12-26 */ /*! Angular Emoji 1.0.0 2014-12-27 */
'use strict'; 'use strict';
...@@ -36,13 +36,9 @@ emojiApp.directive('emojiForm', ['$timeout', '$http', '$interpolate','$compile', ...@@ -36,13 +36,9 @@ emojiApp.directive('emojiForm', ['$timeout', '$http', '$interpolate','$compile',
{ {
editorElement = richTextarea; editorElement = richTextarea;
$(richTextarea).addClass('form-control'); $(richTextarea).addClass('form-control');
$(richTextarea)
.attr( if($(messageField).attr('placeholder'))
'placeholder', $(richTextarea).attr('placeholder',$interpolate($(messageField).attr('placeholder'))($scope));
$interpolate(
$(messageField).attr(
'placeholder'))(
$scope));
var updatePromise; var updatePromise;
$(richTextarea) $(richTextarea)
......
/*! Angular Emoji 1.0.0 2014-12-26 */ /*! Angular Emoji 1.0.0 2014-12-27 */
'use strict'; 'use strict';
emojiApp.filter('colonToCode', function() { emojiApp.filter('colonToCode', function() {
......
/*! Angular Emoji 1.0.0 2014-12-26 */ /*! Angular Emoji 1.0.0 2014-12-27 */
/** /**
* emojiarea - A rich textarea control that supports emojis, WYSIWYG-style. * emojiarea - A rich textarea control that supports emojis, WYSIWYG-style.
......
/*! Angular Emoji 1.0.0 2014-12-26 */ /*! Angular Emoji 1.0.0 2014-12-27 */
/*! nanoScrollerJS - v0.8.4 - 2014 /*! nanoScrollerJS - v0.8.4 - 2014
* http://jamesflorentino.github.com/nanoScrollerJS/ * http://jamesflorentino.github.com/nanoScrollerJS/
......
/*! Angular Emoji 1.0.0 2014-12-26 */ /*! Angular Emoji 1.0.0 2014-12-27 */
'use strict'; 'use strict';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment