Skip to content

Instantly share code, notes, and snippets.

@danlamanna
Created January 15, 2016 19:32
Show Gist options
  • Save danlamanna/e0cc8b5d13235af342bf to your computer and use it in GitHub Desktop.
Save danlamanna/e0cc8b5d13235af342bf to your computer and use it in GitHub Desktop.
filesSelected: function (files) {
if (_.size(files)) {
this.newItemName = _.first(files).name;
this.newItemExt = _.last(this.newItemName.split('.'));
this.newItemType = _.first(files).type;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment