From 4e9c574a8f3d41856990913966a7a226bb865443 Mon Sep 17 00:00:00 2001 From: Ryan McNamara Date: Tue, 29 Mar 2016 17:18:34 -0700 Subject: [PATCH] Updating ng-flow to add to the angular module This is more in line with what angularjs/angular.d.ts intends --- ng-flow/ng-flow.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; }