Re: Testing with Angular.js, Clojurescript and Purnam - Code and Part 1

2013-11-06 Thread zcaudate
I've since realised the other reason why I like posting on the clojure group - The clojurescript group for whatever reason does not take html format... it makes the post look super ugly. -- -- You received this message because you are subscribed to the Google Groups Clojure group. To

Testing with Angular.js, Clojurescript and Purnam - Code and Part 1

2013-11-05 Thread zcaudate
Code: https://github.com/zcaudate/purnam-angular-example Demo: http://docs.caudate.me/purnam-angular-example/ Article: http://z.caudate.me/purnam-angular-js-testing-part-1-services/ Even with the karma http://karma-runner.github.io/ test runner, testing in angularjs is painful. It's

Re: Testing with Angular.js, Clojurescript and Purnam - Code and Part 1

2013-11-05 Thread Josh Kamau
zcaudate, You realize you have posted on a clojure mailing list?? On Tue, Nov 5, 2013 at 1:31 PM, zcaudate z...@caudate.me wrote: Code: https://github.com/zcaudate/purnam-angular-example Demo: http://docs.caudate.me/purnam-angular-example/ Article:

Re: Testing with Angular.js, Clojurescript and Purnam - Code and Part 1

2013-11-05 Thread Chris Zheng
I'm sorry ;-) but I've written that many clojure macros for this library that i think the post is still relevant =) On 05/11/2013, at 9:39 PM, Josh Kamau joshnet2...@gmail.com wrote: zcaudate, You realize you have posted on a clojure mailing list?? On Tue, Nov 5, 2013 at 1:31 PM,

Re: Testing with Angular.js, Clojurescript and Purnam - Code and Part 1

2013-11-05 Thread Mark Mandel
This is actually really relevant to me - I'm *just* about to start writing angular tests with purnam.test.angular. Thanks! Mark On Tue, Nov 5, 2013 at 9:56 PM, Chris Zheng z...@caudate.me wrote: I'm sorry ;-) but I've written that many clojure macros for this library that i think the post