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.
angularjs で単純なフロント エンドを既に構築していると仮定すると、フロント エンドに angularjs-bootstrap を含め、対応するディレクティブと css を使用するために必要な手順は何ですか?
'ui.bootstrap'に追加angular.module:
'ui.bootstrap'
angular.module
var myModule = angular.module('myApp', ['ui.bootstrap']);
そして必ずブートストラップjavascript + cssをヘッダーにインポートしてください
依存性注入は、AngularJs MV * フレームワークの最も優れた部分の 1 つです。コントローラーに挿入できます