marcoslin / angularAMD

Facilitate use of RequireJS in AngularJS
http://marcoslin.github.io/angularAMD
MIT License
734 stars 171 forks source link

Simple angularAMD Sample don't function on google chrome #160

Open Nfrancop opened 8 years ago

Nfrancop commented 8 years ago

HI I am learning angular and angularADM. but Simple angularAMD Sample don't work on google chrome

the-unsoul commented 8 years ago

If you got any console output or provide more information about how you ran the sample. That will help.

(most common issue for new user is server's environment, you need a webserver for the sample to run correctly. Can simply throw it in XAMPP or using nodeJS and doing as tutorial of the repo)

sagg629 commented 8 years ago

Execute these commands into command-line / terminal (as said in the Readme): npm install grunt build grunt serve-www Sometimes you may to execute first command as super-user (sudo npm install). Then run project in a server (e.g. Apache) and goto www dir.