Twitter bootstrap – How to add click handler only when the device is in xs view?
I have a table, with a button in the third cell of each row. The button/cell is hidden in xs view, using twitter-bootstrap. Here's a plunker of the example: http://embed.plnkr.co/Huu9UtVYChMf34uoUsAk HTML: <table> <tbody> <tr repeated-item ng-repeat="item in items"></tr> </tbody> </table>…