Goals: Add links that are reasonable and good explanations of how stuff works. No hype and no vendor content if possible. Practical first-hand accounts of models in prod eagerly sought.

# Change YOUR_TOKEN to your prerender token | |
# Change example.com (server_name) to your website url | |
# Change /path/to/your/root to the correct value | |
server { | |
listen 80; | |
server_name example.com; | |
root /path/to/your/root; | |
index index.html; |
define(['angular'], function(angular){ | |
'use strict'; | |
/** | |
* Equalise Heights | |
* | |
* @param string jQuery Selector of which to equalise | |
*/ | |
angular.module('Directives') |