Unknown provider: $modalProvider <- $modal error with AngularJS

前端 未结 6 1412
既然无缘
既然无缘 2020-12-24 04:37

I keep receiving this error as I\'m trying to implement bootstrap Modal window. What could be the cause of it? I\'ve copy/pasted everything from http://angular-ui.github.io/

6条回答
  •  一生所求
    2020-12-24 05:00

    5 years later (this would not have been the problem at the time):

    The namespacing has changed - you may stumble across this message after upgrading to a newer version of bootstrap-ui; you need to refer to $uibModal & $uibModalInstance.

提交回复
热议问题