Hi! I'm using Angular.js 1.4.9. All libs are processing by gulp.
I inslalled ng-flow and started gulp tasks. Everything is ok. But when I'm trying to use ng-flow directives, they don't work, beacuse of error:
vendor.min.js?v=1496058689:6 ReferenceError: Flow is not defined
at factory (vendor.min.js?v=1496058689:28)
at Object.create (vendor.min.js?v=1496058689:28)
at new (vendor.min.js?v=1496058689:28)
at Object.r [as invoke] (vendor.min.js?v=1496058689:5)
at u.instance (vendor.min.js?v=1496058689:5)
Hi! I'm using Angular.js 1.4.9. All libs are processing by gulp. I inslalled ng-flow and started gulp tasks. Everything is ok. But when I'm trying to use ng-flow directives, they don't work, beacuse of error:
My config:
I'm using ng-flow-standalone.js version. Thanx.