Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ng-flow: Flow is not defined #331

Open
hunty opened this issue May 29, 2017 · 2 comments
Open

ng-flow: Flow is not defined #331

hunty opened this issue May 29, 2017 · 2 comments

Comments

@hunty
Copy link

hunty commented May 29, 2017

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)

My config:

 angular
        .module('app', [
            'flow',
            'ui.select',
            'ngAnimate',
            'ngRoute',
            'ngSanitize',
            'ngResource',
            'ui.bootstrap',
            'angular-loading-bar',
            'oi.file',
            'app.controllers',
            'app.directives',
            'roleAuth',
            'LocalStorageModule',
            'PaginationModule',
            'colorpicker.module',
            'ui.bootstrap.datetimepicker',
            'highcharts-ng',
            'ngCookies',
            'pascalprecht.translate',
            'tmh.dynamicLocale',
        ])

I'm using ng-flow-standalone.js version.
Thanx.

@philwronski
Copy link

Hi!
Same error for me.

@bhushangahire
Copy link

Anyone found a solution on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants