-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Accept template string modal #732
Comments
+1 I was hoping to have this functionality with a Browserify project I was working on recently:
Directives and routes allow you to do template strings or paths:
|
Finally took the time to backport the |
Awesome 👍 |
@scottopherson Is it possible to do something like this? I am using a webpack and looks like this doesn't work.
|
Sorry for disturbing. I have update angular-strap and now it works perfect. Thank you anyway. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Do you think that
template
options should also accept template string like"<div>....</div>"
.This would be useful, use-case would be options of using other template cache instead of the builtin $templateCache.
Option line:
https://github.com/mgcrea/angular-strap/blob/master/src/modal/modal.js#L13
The text was updated successfully, but these errors were encountered: