Prettified all remaining detail boxes to be view -> edit
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
Template.raceDialog.onRendered(function(){
|
||||
updatePolymerInputs(this);
|
||||
});
|
||||
|
||||
Template.raceDialog.events({
|
||||
"change #raceInput": function(event){
|
||||
var value = event.currentTarget.value;
|
||||
|
||||
Reference in New Issue
Block a user