Skip to content

Instantly share code, notes, and snippets.

@erickgnavar
Created February 11, 2015 17:54
Show Gist options
  • Save erickgnavar/7bb8dd00f7f30877987d to your computer and use it in GitHub Desktop.
Save erickgnavar/7bb8dd00f7f30877987d to your computer and use it in GitHub Desktop.
'use strict';
var app = angular.module('myApp', []);
app.config(['$interpolateProvider', function ($interpolateProvider) {
$interpolateProvider.startSymbol('[[').endSymbol(']]');
}]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment