pyc-website

main website for pyc inc.

git clone https://9o.is/git/pyc-website.git

App.js

(579B)


      1 angular.module("app", [
      2 	'google-maps', 
      3 	'ui.bootstrap', 
      4 	//'ui.router', 
      5 	'ui.mask',
      6 	//'com.2fdevs.videogular',
      7 	//'com.2fdevs.videogular.plugins.controls',
      8 	'angularFileUpload', 
      9 	'angular-google-analytics', 
     10 	'ngThumb', 
     11 	'match', 
     12 	'disabler', 
     13 	'ngAlert', 
     14 	'Forms',
     15 	'mgo-angular-wizard', 
     16 	'ngAnimate', 
     17 	'ngReallyClick',
     18 	'AtmApplication',
     19 	'Contact',
     20 	'FindAtm',
     21 	'IdVerification',
     22 	'IntroVideo',
     23 	'PasswordChange',
     24 	'PasswordRecovery',
     25 	'PhoneVerification',
     26 	'PurchaseLimit',
     27 	'UserLogin',
     28 	'UserRegistration',
     29 	'UserSettings',
     30 	'UserVerifyPassword',
     31 	'VerifyId'
     32 ]);