Cristian Trifan

Results 116 comments of Cristian Trifan
trafficstars

@henninga As mentioned in the [docs](https://github.com/Knockout-Contrib/KoGrid/wiki/About-Custom-Templates) this feature was removed. You may consider storing the templates in a location on your server and let the library fetch them for you....

Version `2.1.1` (c954924831da14c36f31917fd3d4879f8c1db71d) is missing the tag in the repository. The tag will not be added and versioning will be corrected starting with `2.1.5`.

@gman7911 Is it possible to provide an example (jsfiddle or plnk) for this issue?

I would leave the check for `null` as it was before just to prevent the function from failing on `undefined` value.

> You should also note that if you try to use {{}} syntax in certain areas, like between tags, the browser will (unhelpfully) move the text outside of the table...

I can't see how cusom attributes can be confused with `data-bind` attribute if the rule is applied only to registered components. I would agree on the solution proposed by @kaleb...

I can't say it's not tempting but having both `data-bind` and `params` attributes on the component element seems to complicate reading it. But this is just a matter or preference....

@jlaustill I tried once a custom node preprocessor to have a very simple angular style of foreach. `knockout.punches` has a method to add one - `addNodePreprocessor`. It worked pretty cool...

Most probably you were missing the Knockout file before loading this plugin.

Although the tests pass when running with KO 3.0.0, some of them are still failing with 3.1.0 or 3.2.0