Skip to content

Instantly share code, notes, and snippets.

Created June 10, 2014 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/3f3a8aa8b84b0fff8446 to your computer and use it in GitHub Desktop.
Save anonymous/3f3a8aa8b84b0fff8446 to your computer and use it in GitHub Desktop.
//A less clean solution, is to change the syntax of the AngularJS template tags. Just add the following statement during module instantiation:
var my_app = angular.module('MyApp').config(function($interpolateProvider) {
$interpolateProvider.startSymbol('{$');
$interpolateProvider.endSymbol('$}');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment