Todd Runstein
Results
1
issues of
Todd Runstein
I use different start and end symbols in my angular app: ``` config(function($interpolateProvider){ $interpolateProvider.startSymbol('{[{').endSymbol('}]}'); }) ``` Unfortunately, that isn't honored by angular-prompt. It would be helpful to have the start...