angular-markdown-directive
angular-markdown-directive copied to clipboard
adds $compile to the "btfMarkdown" directive
Adding $compile allows developers to create showdown extensions that convert md text to angular directives, and to add angular models in your md file.
Ex: "you have {{ctrl.points}} points" become "you have 3 points"