$injector:modulerr using angular-strap?

后端 未结 1 429
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-13 06:16

I am trying to get going with angular-strap directives, but encountering a module initialization error with the simplest setup. I have double checked a zillion times but can

相关标签:
1条回答
  • 2021-01-13 06:56

    Your plunk needs angular-animate, which angular-strap depends on.

    http://plnkr.co/hsqT3FLEjXwdnXrxn4hx

    <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.10/angular.min.js"></script>
    <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.10/angular-animate.min.js"></script>
    
    0 讨论(0)
提交回复
热议问题