You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Iam using node-forge for encryption and decryption with require.js. I minified the forge as forge.min.js file which is included in my project. I tried many ways ...
included forge.min.js file in index.html
define(.../js/forge.min.js)
Still i am getting forge not defined error.
If iam not using require.js its working properly.
Can any one help me resolving this situation ?
ReferenceError: forge is not defined
at decryptRandomSalt (service.js:83)
at run.js:116
at processQueue (ionic.bundle.js:27879)
at ionic.bundle.js:27895
at Scope.$get.Scope.$eval (ionic.bundle.js:29158)
at Scope.$get.Scope.$digest (ionic.bundle.js:28969)
at Scope.$get.Scope.$apply (ionic.bundle.js:29263)
at bootstrapApply (ionic.bundle.js:14945)
at Object.invoke (ionic.bundle.js:17762)
at doBootstrap (ionic.bundle.js:14943)
The text was updated successfully, but these errors were encountered:
Iam using node-forge for encryption and decryption with require.js. I minified the forge as forge.min.js file which is included in my project. I tried many ways ...
Still i am getting forge not defined error.
If iam not using require.js its working properly.
Can any one help me resolving this situation ?
ReferenceError: forge is not defined
at decryptRandomSalt (service.js:83)
at run.js:116
at processQueue (ionic.bundle.js:27879)
at ionic.bundle.js:27895
at Scope.$get.Scope.$eval (ionic.bundle.js:29158)
at Scope.$get.Scope.$digest (ionic.bundle.js:28969)
at Scope.$get.Scope.$apply (ionic.bundle.js:29263)
at bootstrapApply (ionic.bundle.js:14945)
at Object.invoke (ionic.bundle.js:17762)
at doBootstrap (ionic.bundle.js:14943)
The text was updated successfully, but these errors were encountered: