ReferenceError:尝试添加angularjs模态窗口时未定义$ modal

时间:2013-09-13 10:22:25

标签: angularjs modal-dialog

当我尝试在我的应用程序中实现此http://mgcrea.github.io/angular-strap/#modal时,我收到了该错误。为什么会这样?也许我没有正确添加内容?

1 个答案:

答案 0 :(得分:0)

看起来你忘了申报依赖 在他们的documentation on github中你可以找到:

  

将$ strap.directives注入您的app模块

var app = angular.module('angularjs-starter', ['$strap.directives']);