Created
April 4, 2016 18:01
-
-
Save timlevett/0c502eee6cc5fa8c191b917a1c0146fa to your computer and use it in GitHub Desktop.
This file contains 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
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