karkkant / ngBracket

Bracket tournament builder, built with AngularJS.
MIT License
12 stars 8 forks source link

display..? #8

Open alespanda opened 8 years ago

alespanda commented 8 years ago

i download it and unzipped it and run demo.html but its shwoing text, no styling?

karkkant commented 8 years ago

I assume you're using chrome? It has some security settings that prevent loading angular templates from file system (you can propably see CORS error on browser console).

I'm not sure if there's a way to configure chrome so that it allows loading local files.

You could either 1) Use something like http-server to serve the files if you are using Node 2) Use another browser while working locally. It should work just fine with Firefox.