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

Popular posts from this blog

java - BeanIO write annotated class to fixedlength -

Using Java 8 lambdas/transformations to combine and flatten two Maps -

How to connect android app to App engine -