Is it possible to put the square payment form in angular templates? Seems like the square payment form javascript file needs to be loaded before angular controller to create the new SqPaymentForm object, but also needs be loaded after angular templates so that it can find the divs to be replaced by iframes. Since angular template files always load after angular controller, I'm not sure where to place the square payment form js file to make it work. Any ideas?
Square Community