var app=angular.module("Routes",["ui.router"]).config(function(t,e){e.caseInsensitive(!0),t.state("index",{url:"/index",templateUrl:"/index.html",controller:"indexController",controllerAs:"indexCtrl"}).state("about",{url:"/about",templateUrl:"/about.html",controller:"aboutController",controllerAs:"indexCtrl"}).state("beverages",{url:"/beverages",templateUrl:"/beverages.html",controller:"beveragesController",controllerAs:"beveragesCtrl"}).state("breakfast",{url:"/breakfast",templateUrl:"/breakfast.html",controller:"breakfastController",controllerAs:"breakfastCtrl"}).state("contact",{url:"/contact",templateUrl:"/contact.html",controller:"contactController",controllerAs:"contactCtrl"}).state("donuts",{url:"/donuts",templateUrl:"/donuts.html",controller:"donutsController",controllerAs:"donutsCtrl"}).state("employment",{url:"/employment",templateUrl:"/employment.html",controller:"employmentController",controllerAs:"employmentCtrl"})});