foam-framework / foam

Feature-Oriented Active Modeller
Apache License 2.0
787 stars 55 forks source link

TODO app doesn't work #557

Closed jots closed 8 years ago

jots commented 8 years ago

Following along from: http://foam-framework.github.io/foam/tutorial/todo/0-intro/ I:

git clone https://github.com/foam-framework/foam.git
python -m SimpleHTTPServer
go to:
http://localhost:8000/foam/index.html?model_=foam.tutorials.todo.TodoApp

The page comes up, but I hit the "+" enter some text into the title field, hit enter and nothing happens. Can't figure out how to add a TODO. Also went on to the next step of the tutorial and had the same problem. Using chrome version 49.0.2623.56 beta (64-bit) on linux.

I don't see any errors in the console. What am I missing?

kgrgreer commented 8 years ago

Once you've edited the TODO, you click on the checkmark in the top-right corner to save it. Just hitting enter to save is a good idea for this app.

jots commented 8 years ago

Thank you Kevin That works. feeling a little sheepish right now :-) Looking forward to trying out Foam. I saw your presentation to #fstoconf15 on youtube today and was very impressed!

kgrgreer commented 8 years ago

Thanks! There are more videos at: https://www.youtube.com/channel/UCUmJgdncsCyHO3YAfsk2Kjg

If you have any issues or questions, please let us know at foam-framework-discuss@googlegroups.com

On 10 May 2016 at 23:18, jots notifications@github.com wrote:

Thank you Kevin That works. feeling a little sheepish right now :-) Looking forward to trying out Foam. I saw your presentation to #fstoconf15 on youtube today and was very impressed!

— You are receiving this because you commented. Reply to this email directly or view it on GitHub https://github.com/foam-framework/foam/issues/557#issuecomment-218351601