angular-ui / ui-ace

This directive allows you to add ACE editor elements.
http://angular-ui.github.io/ui-ace
MIT License
578 stars 172 forks source link

Demo doesn't function #4

Closed Wolfr closed 11 years ago

Wolfr commented 11 years ago
extremecasey commented 11 years ago

Same problem here: Where is "aceModel" supposed to be defined?

Thanks

douglasduteil commented 11 years ago

Actually the demo must be built ! We are using bower and grunt for this.

First run

npm install && bower install
grunt build-doc

Then run a localhost on components/angular-ui-docs

cd components/angular-ui-docs
python -m SimpleHTTPServer

and you'll have the generated website on http://localhost:8000/