I have this template I building from here. I would like to have my angular controller send the html for items in the sidebar like the dashboard, shortcut, overview, etc.
There are some post on SO about this topic Send html content with variables to template from controller AngularJS and AngularJS data bind in ng-bind-html?. However, I can't seem to apply these question/answers to my problem. Here is a portion of the html code I am working with to get the angular controller to send and have displayed.
<li>
<a>Admin Controls</a>
</li>
<li>
<a href="#">Dashboard</a>
</li>
<li>
<a href="#">Shortcuts</a>
</li>
<li>
<a href="#">Overview</a>
</li>