A.K.A. HTML6 * Powerful JavaScript MVC framework supported by Google. * Offers minimum boilerplate for great flexibility. * Highly adopted by market. * Operating through custom HTML markup.
// app.js var findash = angular.module('findash', ['ngResource']); //ngResource is great REST client module findash.config(function($interpolateProvider){ $interpolateProvider.startSymbol('{[').endSymbol(']}'); // to not f*ck with Twig markup });