(function() { 'use strict'; angular.module('meetIrl', [ 'ui.router' ]) .config(function($urlRouterProvider) { $urlRouterProvider.otherwise("/"); }); })();