angularAMD icon indicating copy to clipboard operation
angularAMD copied to clipboard

Simple angularAMD Sample don't function on google chrome

Open Nfrancop opened this issue 9 years ago • 2 comments

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

Nfrancop avatar Nov 25 '15 04:11 Nfrancop

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)

the-unsoul avatar Dec 27 '15 14:12 the-unsoul

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.

sagg629 avatar Mar 11 '16 15:03 sagg629