cgross / angular-prompt

Angular service to easily display input prompts and confirmation modals.
http://cgross.github.io/angular-prompt/demo
MIT License
52 stars 41 forks source link

Removed hard coded interpolation #6

Open AndreasLoukakis opened 9 years ago

AndreasLoukakis commented 9 years ago

If not using default interpolation, template will not work. Added start and end symbols as variables from interpolate service provider.

cgross commented 9 years ago

Unfortunately, this won't work. The template file is serialized in to the dist version of the js during build. If you look at the grunt build, it might make more sense. I don't know of a workable solution off the top of my head.