Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ui モジュールを使用して ui-grid のサイズを自動変更したいのui.grid.autoResizeですが、ngStyle が適用されません
ui.grid.autoResize
私が何を意味するかを示すために、このプランカーを実行しました
解決策が見つかりました。ng-style="{{myStyle}}"代わりに悪いngスタイルの宣言をしましたng-style="myStyle"
ng-style="{{myStyle}}"
ng-style="myStyle"
Autoresize は、コンテナのサイズに合わせてグリッドのサイズを変更します - ウィンドウのサイズ変更を扱います。データのサイズに合わせてグリッドのサイズを変更することはありません。