Skip to content

Instantly share code, notes, and snippets.

View ahaneef29's full-sized avatar
🎯
Focusing..

Haneef Ansari ahaneef29

🎯
Focusing..
  • FI
  • UAE
View GitHub Profile
.factory('appSettings', ['$q', function ($q) {
var settingService = {
debugMode: true,
dbName: "gwu_mobile_v1",
defaultUserId: "00000000-0000-0000-0000-000000000000",
googleGeoCodeApiUrl: 'http://maps.googleapis.com/maps/api/geocode/json?',
pageSize: 12,
numberOfRecordsPerRowPhone: 3,
pageSizeTablet: 15,
numberOfRecordsPerRowTablet: 5,