Reputation: 33
If I add angular material directive md-button like this :
angular.element( document.body ).append( '<md-button> Material' )
It will not recognize that it's angular directive. The question is - how to recompile scope/element
Upvotes: 3
Views: 2055