ui.bootstrap modal rendering entire page blank

42 views Asked by At

When I inject ui.bootstrap as a module in my controller, it renders the entire html page blank. Has this happened to anyone or does anyone know why this would occur? Thank you!

   (function() {
    angular
        .module("FreshmanApp", ['ui.bootstrap'])
        .controller("ViewStudentProfileController", ViewStudentProfileController);
0

There are 0 answers