Okay
  Public Ticket #866252
Error
Closed

Comments

  •  2
    Sougam started the conversation

    Dear sir/madam

      We are getting this error while including your Xenon code in our application www.billionskills.com 

     

    app.js:827 Uncaught ReferenceError: appHelper is not defined(anonymous function) @ app.js:827

    angular.js:36Uncaught Error: [$injector:modulerr] http://errors.angularjs.org/1.2.26/$injector/modulerr?p0=xenon-app&p1=Error…3A%2F%2Flocalhost%3A55763%2Fapp%2Fjs%2Fangular%2Fangular.min.js%3A18%3A170)(anonymous
    function) @ angular.js:36(anonymous function) @ angular.js:3906r @
    angular.js:325e @ angular.js:3872gc @ angular.js:3812c @
    angular.js:1444fc @ angular.js:1459Xc @ angular.js:1368(anonymous
    function) @ angular.js:22025fire @ jquery-2.1.4.js:3099fireWith @
    jquery-2.1.4.js:3211ready @ jquery-2.1.4.js:3417completed @
    jquery-2.1.4.js:3433

    Please help

  • [deleted] replied

    Hi Sougam,

    This error often happens when Xenon is executed in local environment. So you need to run it over web server (localhost) and thus it will load the files.

    Install a web server XAMPP (windows) or MAMP (mac) and then add files to htdocs/ folder, so you will be able to load the xenon files.