Skip to content

Instantly share code, notes, and snippets.

@enapupe
Forked from anonymous/ttags.js
Created June 10, 2014 14:13
Show Gist options
  • Select an option

  • Save enapupe/579d71cd2fb66a0659b1 to your computer and use it in GitHub Desktop.

Select an option

Save enapupe/579d71cd2fb66a0659b1 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