Created
May 5, 2015 10:06
-
-
Save cinek19/ac5e58ac56995f1ed558 to your computer and use it in GitHub Desktop.
angularjs interpretes en template blade
This file contains hidden or 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
var app = angular.module('todoApp', [], function($interpolateProvider) { | |
$interpolateProvider.startSymbol('<%'); | |
$interpolateProvider.endSymbol('%>'); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment