Skip to content

Instantly share code, notes, and snippets.

@timlevett
Created April 4, 2016 18:01
Show Gist options
  • Save timlevett/0c502eee6cc5fa8c191b917a1c0146fa to your computer and use it in GitHub Desktop.
Save timlevett/0c502eee6cc5fa8c191b917a1c0146fa to your computer and use it in GitHub Desktop.
define(['angular'], function(angular) {
/*Keep in sync with docs/mardown/configuration.md*/
var config = angular.module('override', []);
config
//see configuration.md for howto
.constant('OVERRIDE', {
'NAMES' : {
'title': 'alt-title'
}
})
return config;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment