Skip to content

Instantly share code, notes, and snippets.

@shaunlee
Created August 30, 2015 04:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shaunlee/22c89bb16bc2f6d1b45e to your computer and use it in GitHub Desktop.
Save shaunlee/22c89bb16bc2f6d1b45e to your computer and use it in GitHub Desktop.
angularjs
angular.module('App', []).config(['$interpolateProvider', function($interpolateProvider) {
$interpolateProvider.startSymbol('[[');
$interpolateProvider.endSymbol(']]');
}]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment