ngDialog in mean.js application

前端 未结 3 829
北荒
北荒 2020-12-21 06:40

I have created a webapp with MeanJS. I want to use ngDialog in the application, but not sure how and where to add the ngDialog.js in the application. Im trying to inject the

3条回答
  •  借酒劲吻你
    2020-12-21 07:07

    You should add the ngDialog module in your module, like so: angular.module('myModule', ['ngDialog']).controller('MyController'...

提交回复
热议问题