Prettified all remaining detail boxes to be view -> edit
This commit is contained in:
@@ -4,7 +4,11 @@ Template.containerDialog.helpers({
|
||||
}
|
||||
});
|
||||
|
||||
Template.containerDialog.events({
|
||||
Template.containerEdit.onRendered(function(){
|
||||
updatePolymerInputs(this);
|
||||
});
|
||||
|
||||
Template.containerEdit.events({
|
||||
"color-change": function(event, instance){
|
||||
Containers.update(instance.data.containerId, {$set: {color: event.color}});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user