I'm using ui-bootstrap-tpls-0.14.3.min but the code below is giving an error something like this. What is the problem?
"Error: [$injector:unpr] http://errors.angularjs.org/1.4.7/$injector/unpr?p0=%24modalProvider%20%3C-%20%24modal%20%3C-%20InterfacePageController"
function InterfacePageController(HttpService, crypto, $routeParams, $uibModal, $log) {
...
}