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

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -

Kivy: Swiping (Carousel & ScreenManager) -