当我尝试在我的应用程序中实现此http://mgcrea.github.io/angular-strap/#modal时,我收到了该错误。为什么会这样?也许我没有正确添加内容?
答案 0 :(得分:0)
看起来你忘了申报依赖 在他们的documentation on github中你可以找到:
将$ strap.directives注入您的app模块
var app = angular.module('angularjs-starter', ['$strap.directives']);