Skip to content
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
@blowsie

Description

@blowsie

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>

http://plnkr.co/edit/twgfjseojXS9OWDg9dzg?p=preview

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions