{"version":3,"names":[],"mappings":"","sources":["combo/combo-routes.js"],"sourcesContent":["(function () {\r\n 'use strict';\r\n\r\n angular\r\n .module('combo')\r\n .config(config);\r\n\r\n function config($stateProvider) {\r\n $stateProvider\r\n .state('combo', {\r\n url: '/combo',\r\n views: {\r\n 'mainView': {\r\n templateUrl: 'combo/combo.tpl.html',\r\n controller: 'ComboCtrl',\r\n controllerAs: 'combo'\r\n },\r\n 'layoutView': {\r\n templateUrl: 'partials/layout.html',\r\n }\r\n }\r\n\r\n });\r\n }\r\n}());\r\n"],"file":"combo-routes.js"}