标签: javascript jquery angularjs twitter-bootstrap ui.bootstrap
当我在控制器中注入ui.bootstrap作为模块时,它会将整个html页面呈现为空白。这是发生在任何人身上还是有人知道为什么会这样?谢谢!
(function() { angular .module("FreshmanApp", ['ui.bootstrap']) .controller("ViewStudentProfileController", ViewStudentProfileController);