1
我想在標準的「開箱即用」引導支持VS2013 MVC項目中使用UI引導。用戶界面引導不工作在ASP-MVC
我說: '安裝,包裝Angular.UI.Bootstrap' 在PM
在我的佈局文件添加腳本標籤:
,並創造了一個depencency:
var collegeApp = angular.module('collegeApp', ['ui.bootstrap']);
像這樣的簡單代碼將不會運行:
<accordion close-others="true">
<accordion-group heading="Static Header, initially expanded" is-open="true">
This content is straight in the template.
</accordion-group>
</accordion>
它說「手風琴」是一個未知的元素,並沒有渲染任何東西......有沒有人遇到像我這樣的「啓動」問題,並可以給我一隻手?