Skip to content

Instantly share code, notes, and snippets.

@michaeljymsgutierrez
Created July 13, 2017 02:35
Show Gist options
  • Save michaeljymsgutierrez/0133663f62581faf3a2bf1ec9b00e37c to your computer and use it in GitHub Desktop.
Save michaeljymsgutierrez/0133663f62581faf3a2bf1ec9b00e37c to your computer and use it in GitHub Desktop.
TemporarySnippet
// Initialize Locations for Question A Mall - Foodcourt
// $rootScope.qa_regions = Location.region();
// $rootScope.qa_provinces = [];
// $rootScope.qa_city = [];
// $rootScope.qa_brgy = [];
// Initialize Locations for Question B Mall - Foodcourt
// $rootScope.qb_regions = Location.region();
// $rootScope.qb_provinces = [];
// $rootScope.qb_city = [];
// $rootScope.qb_brgy = [];
// Initialize Locations for Question P Mall - Foodcourt
// $rootScope.qp_regions = Location.region();
// $rootScope.qp_provinces = [];
// $rootScope.qp_city = [];
// $rootScope.qp_brgy = [];
// // Initialize object that will hold the answers
// $rootScope.answer = { };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment