chieffancypants / angular-hotkeys

Configuration-centric keyboard shortcuts for your Angular apps.
http://chieffancypants.github.io/angular-hotkeys/
MIT License
1.68k stars 248 forks source link

Default help/cheatscheet template does now work when the default startSymbol/endSymbol have changed #200

Open gae123 opened 8 years ago

gae123 commented 8 years ago

In angular one can change {{}} to something else using $interpolateProvider.startSymbol

When you do this the default template stops working, it shows {{ title }} etc.

Of course the work around is to cut and paste the template and change the {{/}} but it would be nice not to have to do this.