First Commit
This commit is contained in:
commit
feb864dc47
170 changed files with 4671 additions and 0 deletions
5
hackatonApp/www/js/config.js
Normal file
5
hackatonApp/www/js/config.js
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
angular.module('your_app_name.config', [])
|
||||
.constant('WORDPRESS_API_URL', 'http://wordpress.startapplabs.com/blog/api/')
|
||||
.constant('GCM_SENDER_ID', '574597432927')
|
||||
|
||||
;
|
||||
Loading…
Add table
Add a link
Reference in a new issue