Created
August 30, 2015 04:56
-
-
Save shaunlee/22c89bb16bc2f6d1b45e to your computer and use it in GitHub Desktop.
angularjs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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