我正在使用 angular-strap 的模态并构建了自己的模板。我的问题是我的模板有 2 个按钮,但是,这些按钮的文本和功能会发生变化。因此,我想在打开模式之前将该数据传递给它。
在文档中它说
// Pre-fetch an external template populated with a custom scope
var myOtherModal = $modal({scope: $scope, template: 'modal/docs/modal.tpl.demo.html'});
但是,我无法让它工作。请注意,我只希望将一些值传递给模态范围,而不是我的整个父 $scope (这就是示例似乎要做的)