Chip Lay
Chip Lay
+1 for this feature. We use Mutators along side BB Stickit, so without this feature stickit wont correctly update our 'bound' dom elements when observing a mutator property.
I'd HIGHLY recommend https://github.com/dhruvaray/backbone-associations
@SimenB @altano having the same issue, compounded by the fact that I'm also using `jade-html-loader` and can't use query with multiple loaders. I'd love to find a solution!
@SimenB @altano found the basic issue - `html-loader` returns a stringify module, not raw html. There is no `raw` query option for that loader, and even if there was, it...