SyntaxFix
Write A Post
Hire A Developer
Questions
Just to complement m59's correct answer, here is a working jsfiddle:
<body ng-app='myApp'> <div> <button my-directive>Click Me!</button> </div> <h1>{{2+3}}</h1> </body>