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

Error: [$injector:modulerr] Failed to instantiate module formio #605

Closed
cegithub opened this issue Jun 6, 2018 · 1 comment
Closed

Error: [$injector:modulerr] Failed to instantiate module formio #605

cegithub opened this issue Jun 6, 2018 · 1 comment

Comments

@cegithub
Copy link

cegithub commented Jun 6, 2018

I am trying to integrate form io in ionic application.

I have installed ngformio using "npm install --save ng-formio". and include dependency in app.js file.Now while running project,
I am getting error "Error: [$injector:modulerr] Failed to instantiate module formio".

@anupriyaideas2it
Copy link

You have to inject formio module as below in ionic1 ,before injecting this ,check whether you are having formio library in node_modules

var app = angular.module('samplemodule', ["ionic","formio"]);

@travist travist closed this as completed Dec 10, 2018
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