Angular directive templateUrl won't render on script tag
问题 Originally, I had asked why the partial that I've defined in my controller and ng-template won't populate the modal. After having no success loading any directive on the script tag - I believe that the routing method we are using is what is circumventing the script from finding the partial. The directive's templateUrl returns 404 when invoked via the modal ng-click="open()". Everything resolves correctly if invoked on other elements. Directive loads templateUrl on div: <div data-modal-partial