jaskinn
Results
2
issues of
jaskinn
A very minor update of the makefile, so that 'make install' works on linux.
So in the example we can modify the state of 'post.isPublished' by setting the state of 'selectedPost'. ``` State.modify('post.isPublished', function(state = false) { var selectedPost = State.get('selectedPost'); var post =...