Chris Bier
Chris Bier
In the handbook section on [Array Destructuring](http://www.typescriptlang.org/docs/handbook/variable-declarations.html) the type is incorrect for the function parameter. `input` is defined this way: ``` typescript let input = [1, 2]; ``` Therefore this...
Can we prevent the console output? It really clutters up the console for us. It would be nice to see only when it removes a logging statement.
I am trying to modify this plugin so that I can place the pagination outside of the list container. Where is `parentList` coming from? In other words, what is calling...