Skip to content

Instantly share code, notes, and snippets.

@clemgrim
Created September 21, 2014 13:09
Show Gist options
  • Save clemgrim/19ddf3e34ae9a23ce22d to your computer and use it in GitHub Desktop.
Save clemgrim/19ddf3e34ae9a23ce22d to your computer and use it in GitHub Desktop.
angular.module('app', [])
.config(function($interpolateProvider){
$interpolateProvider.startSymbol('[[').endSymbol(']]');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment