是否需要jQuery来实现AngularJS-strap?

时间:2015-11-12 23:47:40

标签: angular-strap

如果我不包含jQuery插件,那么AngularJS-strap模式就不起作用了。

我在AngularJS' AngularJS.Bootstrap()'中使用手动初始化。

但是当我尝试执行modal()时,我总是有这个错误:

- 如果我包含jQuery:

Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.

Uncaught Error: [ng:btstrpd] App Already Bootstrapped with this Element 'document'

Uncaught TypeError: el.focus is not a function

- 如果我不包含jQuery  由于这个错误,模态或AngularJS-strap无法正常工作。

TypeError: Cannot read property 'insertBefore' of null

1 个答案:

答案 0 :(得分:-1)

RTFM!

  

除Bootstrap CSS样式外没有外部依赖,   AngularStrap轻巧快速。它是从头开始建造的   利用ngAnimate!

需要实现,对于angular-strap.tpl.js的shim dependecies。