angular.module('demoApp')
  .config(function ($stateProvider) {
    $stateProvider
      .state('main', {
        url: '/',