Merge pull request #8767 from ryan10132/ryan10132/update-ng-flow

Updating ng-flow to add to the angular module
This commit is contained in:
Masahiro Wakame
2016-03-31 01:09:34 +09:00
+2 -1
View File
@@ -3,8 +3,9 @@
// Definitions by: Ryan McNamara <https://github.com/ryan10132>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference path="../flowjs/flowjs.d.ts" />
/// <reference path="../angularjs/angular.d.ts" />
declare namespace ng.flow {
declare namespace angular.flow {
interface IFlowFactory {
create(options?: flowjs.IFlowOptions): flowjs.IFlow;
}