javascript - Overriding a blaze template -
i using autoform-ionic. wanted add option disable adding , removing arrays on afarrayfield
.
i use quickfield
references afarrayfield_ionic
. created template same name in order (hopefully) override add of own logic.
template(name="afarrayfield_ionic") // custom code here
however, gives me error saying there cannot 2 templates same name.
how 1 override template replace different one?
i think you're looking this: https://github.com/aldeed/meteor-template-extension
Comments
Post a Comment