namespace 'ru.geo.master' angular.module ['ru.geo.master', '1.0.0'], [ 'ru.geo.app.config', 'ru.geo.app.config.dynamic', 'ru.geo.push.notification', 'ru.geo.push.registration', 'ru.geo.x.request.data', 'ru.geo.analytics', 'ru.geo.unique.device.id', 'ru.geo.ppm.ui.test', 'ru.geo.streaming.video.link', 'ru.geo.custom.interpolation', 'ru.geo.gaid', 'ru.geo.open.native.settings', 'ru.geo.platform.permissions', 'ru.geo.app.init.resources', 'ru.geo.app.init', 'ru.geo.push' ] .controller 'ru.geo.master.Controller', ru.geo.master.Controller .constant 'ru.geo.master.f7.theme.colors', { {{#themes}} {{{entry}}}, {{/themes}} } .constant 'ru.geo.master.f7.default.theme', 'theme-default' .config [ 'pushRegistrationOptions', 'pushServiceOptions', 'app-platform', 'ru.geo.push.notification.ServiceProvider', 'ru.geo.push.registration.ServiceProvider', (pushRegistrationOptions, pushServiceOptions, appPlatform, pushNotificationServiceProvider, pushRegistrationServiceProvider) -> pushNotificationServiceProvider.setPushServiceOptions pushServiceOptions pushRegistrationServiceProvider.setPushServiceOptions pushServiceOptions pushRegistrationServiceProvider.setPushServiceRegistrationOptions pushRegistrationOptions pushRegistrationServiceProvider.setAppPlatform appPlatform ]