Angular bootstrapper - take a template, inject into the page, and bootstrap the app
Install with component(1):
$ component install familyfound/ng-bootstrap
template:
 - either the string of html, or an element which will be used
parentDiv: selector OR element
app: string or list - passed to angular.boostrap
placement:
 - int: index at which to insert
 - "first": at the start
 - "last": append
 - el: before this element
placement = "last"
placement = "first"
MIT