I'm trying to use angular to reload (or 'livechange') content - the content default structure isn't created by angular. so i have the following
<div>Default Value</div>
and i want to be able to rebuild the content with angular (ng-bind-html is a great solution, but it cant use 'default' value).
Any help would be appreciated. thanks!