This repository was archived by the owner on Nov 30, 2018. It is now read-only.
This repository was archived by the owner on Nov 30, 2018. It is now read-only.
Bug: Searchbox does not allow use of directives in template #1702
Open
Description
Using the searchbox template works for css classes and so on, but does not work with angular directives.
eg. (ng-keypress
in this scenario doesn't work, any other directive I tried also doesn't work)
<script type="text/ng-template" id="searchbox.tpl.html">
<input type="text" placeholder="Keypress broken" ng-keypress="myFunc($event)">
</script>