The following does not work: <pre>headerTemplate: '<div><button ng-click="alert(1);">Alert</button>Name</div>',</pre> The button renders, of course; but the ng-click does not run.