你还没有注射
tableNavigation
进入您的
ngiBusinessPartner
单元将代码更改为:
(function () {
var app = angular.module('ngiBusinessPartner',['tableNavigation']);
app.directive('ajSearchSelect', [
'$timeout',
'uiStateMachine',
'formHelper',
'spinnerService',
'tableNavigation',
ajSearchSelect]);
function ajSearchSelect(
$timeout,
uiStateMachine,
formHelper,
spinnerService,
tableNavigation) {
//other code goes here
}; })();
注意,您的
var app = angular.module('ngiBusinessPartner');
没有注射
表格导航
单元另外,尝试将服务或模块重命名为两个不同的名称。在您的代码中,两者都是相同的,即。
表格导航