Fixed experienceDialog updating polymer inputs

This commit is contained in:
Stefan Zermatten
2015-06-25 13:37:03 +02:00
parent 4e6e99b695
commit ad347504c6

View File

@@ -1,3 +1,7 @@
Template.experienceDialog.onRendered(function(){
updatePolymerInputs(this);
});
Template.experienceDialog.helpers({
experience: function(){
Experiences.findOne(this.experienceId);