Web Essentials Bundle Angular脚本错误

时间:2014-07-18 19:13:22

标签: javascript angularjs visual-studio-2013 web-essentials

我尝试使用Web Essentials捆绑我的AngularJS文件,当我引用捆绑的(而不是缩小的,只是捆绑的)JavaScript文件时,我收到错误,

Error: [ng:areq] Argument 'PublicNotificationsCtrl' is not a function, got undefined

没有捆绑,一切正常。

注意我正在将依赖项注入控制器,如下所示:

    publicApp.angularModule.controller('PublicNotificationsCtrl', ['$scope', '$window', '$location', '$rootScope', 'notificationsService', 'profileBasicInfoService', function ($scope, $window, $location, $rootScope, notificationsService, profileBasicInfoService) {

    }]);

我的问题是我可以将Angular脚本与Web Essentials捆绑在一起吗? (如果我可以,我该如何解决这个问题)

0 个答案:

没有答案