AngularJS : Watch element.html() in a directive
问题 I am looking to create a mardown directive (restrict A) which would make me able to use same recipient for ng-view . So I would basically load only .md files in views and apply my function on its content each time ng-view change. So : index.html <div markdown ng-view></div> with two views containing, let say, view1.md #That should be h1 and view2.md ##That should be h2, no ? My actual code is 'use strict'; angular.module('btford.markdown', []). directive('markdown', function () { var