Skip to content

Instantly share code, notes, and snippets.

Created June 10, 2014 14:13

Revisions

  1. @invalid-email-address Anonymous created this gist Jun 10, 2014.
    5 changes: 5 additions & 0 deletions ttags.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    //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('$}');
    });