Adding Extra JavaScript to AngularJS Partials
When loading partials into your one page AngularJS app occasionally you'll need to load in JavaScript files that pertain only to those partials. If you are only using AngularJS these added <script> tags won't be rendered by Angular. After Googling ...
eric.sau.pe1 min read