Skip to content

Instantly share code, notes, and snippets.

@hakant
Last active April 5, 2016 18:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hakant/bbb87af2f2306724bbd1981973b8d83f to your computer and use it in GitHub Desktop.
Save hakant/bbb87af2f2306724bbd1981973b8d83f to your computer and use it in GitHub Desktop.
Save() {
let me = this;
this.project.validation.validate()
.then(() => {
$("#new-card").modal('hide');
me.state.addOrUpdateProject(me.project);
me.router.navigateToRoute('overview');
}).catch(error => {
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment