Skip to content

Instantly share code, notes, and snippets.

View vigneshrajarr's full-sized avatar

Vignesh Raja vigneshrajarr

  • Zoho Corporation Private Limited
  • Chennai, TamilNadu, India
View GitHub Profile
import Ember from 'ember';
export default Ember.Component.extend({
handleValue3:function(){
console.log(this.get('value3'));
}.observes('value3'),
init(){
this._super(...arguments);
this.set('initial_value', this.get('value'));
},