Skip to content

igorizr1/angular-phonegap-notification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

has dependency on module "general.config"

it should contain GENERAL_CONFIG.APP_NAME

example below

(function() { var config_data = { GENERAL_CONFIG: { APP_NAME: "MovieFish" } }, /* set settings */ config_module = angular.module('general.config', []); angular.forEach(config_data, function(key, value) { config_module.constant(value, key); }); }());

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published