@artur , , Angular 1.3.0.
, , , Angular . , , factory, , . , karma, undefined. Angular 1.2.x, , , 1.3.x !
, factory:
myModule.factory('bootbox', function() {
return window.bootbox;
});
... :
myModule.directive('myDirective', ['$scope', 'bootbox' function($scope, bootbox) {
}]);
, window.bootbox undefined Angular 1.2.x, 1.3.x. null, , , .