Skip to content

Instantly share code, notes, and snippets.

@cinek19
Created May 5, 2015 10:06
Show Gist options
  • Save cinek19/ac5e58ac56995f1ed558 to your computer and use it in GitHub Desktop.
Save cinek19/ac5e58ac56995f1ed558 to your computer and use it in GitHub Desktop.
angularjs interpretes en template blade
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