In bootstrap, we usually assign the class "modal" to the element we want to display as a modal, it will be hidden via CSS and displayed when triggered. The nice thing about this is as we use tons of js and angularjs the underlying html are already compiled and bound. From what I ready on vex document there doesn't seem a way to do that and we have to assign content to each vex open?
In bootstrap, we usually assign the class "modal" to the element we want to display as a modal, it will be hidden via CSS and displayed when triggered. The nice thing about this is as we use tons of js and angularjs the underlying html are already compiled and bound. From what I ready on vex document there doesn't seem a way to do that and we have to assign content to each vex open?