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);