},
templateUrl: './serials/t_subscription_manager',
controller:
- ['$scope','$q','egSerialsCoreSvc','egCore','egGridDataProvider',
- '$uibModal',
- function($scope , $q , egSerialsCoreSvc , egCore , egGridDataProvider ,
+ ['$scope','$q','egSerialsCoreSvc','egCore','egGridDataProvider',
+ '$uibModal',
+function($scope , $q , egSerialsCoreSvc , egCore , egGridDataProvider ,
$uibModal) {
egSerialsCoreSvc.fetch($scope.bibId).then(function() {
$scope.subscriptions = egCore.idl.toTypedHash(egSerialsCoreSvc.subTree);
});
}
}
- }]
+}]
}
})