在编写代码时,ngDialog templateUrl无法正常工作

时间:2015-08-04 08:44:31

标签: javascript angularjs templates url

我在一个项目中使用ngDialog,当代码没有缩小时,在开发中,这段代码工作得很好:

ngDialog.open({
 template: '/static/scripts/modules/vote/Dialog.html',
            controller: 'DialogCtrl',
            scope: scope
 }); 

但是,当代码缩小时,我收到此错误:

GET http://pageUrl/static/scripts/modules/vote/Dialog.html 404 (Not Found) 

似乎该应用无法访问html文件,但为什么在代码未缩小时却能正常工作?

1 个答案:

答案 0 :(得分:0)

试试这个 ngDialog                 。打开({                     模板:'评论',                     className:'ngdialog-theme-flat ngdialog-theme-custom',                     范围:$ scope                 });