diff --git a/ng-flow/ng-flow.d.ts b/ng-flow/ng-flow.d.ts index 564caaadc..fe5fad56a 100644 --- a/ng-flow/ng-flow.d.ts +++ b/ng-flow/ng-flow.d.ts @@ -3,8 +3,9 @@ // Definitions by: Ryan McNamara // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /// +/// -declare namespace ng.flow { +declare namespace angular.flow { interface IFlowFactory { create(options?: flowjs.IFlowOptions): flowjs.IFlow; }