Looking at the quick start and step by step tutorials, Angular requires a server.
Why does Angular require a server?
I'd like to focus on UI and having a working server all the time slows me down - especially in a big project, where the server is not stable all the time and has tons of integrations which aren't configured locally.
Edit [2015/08/12]: It seems that the server is required. Trying to run the step by step guide, doesn't work when loading the html statically (without a server). Nothing is shown. The myapp
tag just doesn't get bounded the controller.