madamkiwi / growth_tracker

0 stars 0 forks source link

Using Angular #3

Open madamkiwi opened 8 years ago

madamkiwi commented 8 years ago

Initial setup (46be7e7ddba21517b3c619a5ddd0d8176a68e081)

Public page:

Goal page:

Inspire or Share page:

Login/logout:

Overall:

ilyakatz commented 8 years ago

nice progress, i will set up testing framework so you could try out JS testing

ilyakatz commented 8 years ago

@ikiwi install this chrome extension, comes in handing debugging angular code https://chrome.google.com/webstore/category/apps?hl=en

madamkiwi commented 8 years ago

why does http put/post request always require controller method to render?

ilyakatz commented 8 years ago

err? what do you mean, give me an example

madamkiwi commented 8 years ago

is it better to put defensive coding (if xx != nil) in js or controller?