Chris

Results 4 comments of Chris

To follow on from the post by @KristobalJunta here is the code you need ``` import * as marked from "marked"; var html = marked(input); ```

Further to this. If I modify my local copy to use `$watchCollection` with `modelsbyref="true"`... My digest cycles go from 300ms+ per cycle to around 100ms now. A huge improvement as...

Yeah I saw that too actually. Thats for polylines though right? When I have `static="true"` I have no performance issues with those. I tested this a fair amount locally and...

If you upgrade to version UI Router 0.3.2 it fixed this for me