i've been playing around with this bug but i cant seem to figure it out. The problem started when i pushed the angular-bootstrap modals i had added to the prod server. The original error was this "AngularJS Error: Unknown provider: aProvider <- a" im pretty sure i was getting that error because my files werent minifying correctly. So i went through my controllers and found that i wasn't $injecting $modal instance into my controllers and thats when i ran into this problem. Whenver i inject $modalInstance into my controller in the minified format i get this error. I am not using the format angular-bootstrap suggests because i have a lot going on and many controllers on the site im building so i combined everything into one controller instead of several functions. i've been playing around with this bug but i ca