当我在控制器中注入 ui.bootstrap 作为模块时,它会将整个 html 页面呈现为空白。有没有人发生过这种情况,或者有人知道为什么会发生这种情况吗?谢谢!
(function() {
angular
.module("FreshmanApp", ['ui.bootstrap'])
.controller("ViewStudentProfileController", ViewStudentProfileController);
当我在控制器中注入 ui.bootstrap 作为模块时,它会将整个 html 页面呈现为空白。有没有人发生过这种情况,或者有人知道为什么会发生这种情况吗?谢谢!
(function() {
angular
.module("FreshmanApp", ['ui.bootstrap'])
.controller("ViewStudentProfileController", ViewStudentProfileController);