How to disable Script Template validation in Visual Studio/Web Essentials -


i have script template use jquery.tmpl variables:

<script id="bc_template" type="text/x-jquery-tmpl">   <div class="bc_addbcontainer" style="left: ${left}; bottom: ${bottom}"></div> </script> 

visual studio or web essentials (2013), don't know one, complains problems code in style attribute. thought script templates ignored being parsed?

warnings visual studio 2013

how can disable these warnings script templates? web essentials and/or lint script comment disabling (or whatever called) did not work here.


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

asp.net - Passing parameter to telerik popup -

node.js - ldapjs - write after end error -