Jonathan Nelson

Results 3 issues of Jonathan Nelson

The tests currently do not complete under the default test configuration (PhantomJS) due to a broken dependency on Function.prototype.bind, which must be polyfilled in PhantomJS 1.x.

Updates karma-phantomjs-launcher to 1.0.0. This change automatically updates the PhantomJS dependency from 1.x to 2.x. PhantomJS 2.x supports Function.prototype.bind, allowing the tests to run as expected.

It would be useful for headerRenderer to take the same arguments as cellRenderer, as is currently implied in the templates demo at https://github.com/swimlane-contrib/angular-data-table/blob/5bb422f69ec4f77d3aa6ab1006ea6c351eac95f0/demos/templates.html#L80: ``` headerRenderer: function(scope, elm){ ``` Instead, it...

investigate