<span class="glyphicon glyphicon-question-sign" v-tooltip.left = "{content:heightTooltip}"></span> works in IE and Chrome. However, <span class="glyphicon glyphicon-question-sign" v-tooltip.left = "heightTooltip"></span> only works in Chrome, and generates the following error for IE: "Error in directive tooltip update hook: "TypeError: Object.keys: argument is not an Object" Is this expected or a known error? Do I have to change all my tooltip directives to objects for it to work in IE (IE 11.0.9600 currently).