Skip to content

Instantly share code, notes, and snippets.

@lamarmarshall
Last active December 22, 2015 13:58
Show Gist options
  • Save lamarmarshall/9288bdffafc2fd6f0d49 to your computer and use it in GitHub Desktop.
Save lamarmarshall/9288bdffafc2fd6f0d49 to your computer and use it in GitHub Desktop.
angular change bracke
var app = angular.module(myapp,[]).config(function($interpolateProvider){
$interpolateProvider.startSymbol('[[').endSymbol(']]');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment