Meteor: Bootstrap Modal breaks when handlebars values change

前端 未结 2 1872
别跟我提以往
别跟我提以往 2020-12-22 05:13

I\'m making a modal to handle payments, and I want to use some handlebars helpers to do form validation.

Here\'s the html:



        
2条回答
  •  情书的邮戳
    2020-12-22 05:47

    Here is an example of using Bootstrap modal's with Meteor's Spark rendering engine: http://modal-example.meteor.com/

    Source: https://github.com/alanning/meteor-modal-example

    As @BradM points out, this kind of thing hopefully won't be an issue once Blaze (Meteor's new rendering engine) is released.

提交回复
热议问题