この問題は$ uibmodalで発生しています。ページ全体が読み込まれているようですが、ここでは私のコードです。
$uibModal.open({
template: [
'<div class="modal-content">',
'<div class="modal-header">',
'<h3 class="modal-title">Regulamin</h3>',
'</div>',
'<div class="modal-body">',
'$1. Give us all your money!',
'</div>',
'<div class="modal-footer">',
'<button class="btn btn-primary" ng-click="$dismiss()">OK</button>',
'</div>',
'</div>'
].join(''),
controller: function ($scope) {
}
});
すべてのものが正しくインポートされます。
UI-ブートストラップ・tpls.min.jsを追加するのを忘れ。何かエラーがありますか? –
このページは正しく表示されません。メインページ-.- http://prntscr.com/eafmx6 – vivid
これは適切に開きます。https://pathgather.github.io/popeye/ anguila-ui not/ – vivid