Skip to content

Instantly share code, notes, and snippets.

@zerko
Created March 14, 2013 13:54
Show Gist options
  • Save zerko/5161483 to your computer and use it in GitHub Desktop.
Save zerko/5161483 to your computer and use it in GitHub Desktop.
<?php
$inline_php = 'foo';
?>
<script id="avia-filters" type="text/html">
<div class="filter-content avia">
<div class="slide-filter first">
<div>
<select data-bind="slider:true, value: serviceClass.selection">
<option value="B">One</option>
<option value="A" selected="selected">Two</option>
</select>
</div>
</div>
</div>
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment