meteor-template-var icon indicating copy to clipboard operation
meteor-template-var copied to clipboard

request "set/get" with default value!!

Open thearabbit opened this issue 9 years ago • 0 comments

request "set/get" with default value Ex:

TemplateVar.setDefault('myProperty', 'valueIfNotSet');

TemplateVar.get('myProperty', ['valueIfNotSet']);

thearabbit avatar May 31 '15 01:05 thearabbit