Skip to content

Instantly share code, notes, and snippets.

@goyalrohit
Created January 17, 2018 09:18
Show Gist options
  • Save goyalrohit/cdc40291847114817ebe59e0540b20f2 to your computer and use it in GitHub Desktop.
Save goyalrohit/cdc40291847114817ebe59e0540b20f2 to your computer and use it in GitHub Desktop.
Angular Constant Function
(function () {
angular.module('app')
.constant('constants', {
APP_TITLE: 'Book Logger',
APP_DESCRIPTION: 'Track which books you read.',
APP_VERSION: '1.0'
});
}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment