Skip to content

Commit d5f98de

Browse files
author
Faris Chebib
committed
updating controller some more
1 parent c9ebc63 commit d5f98de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

static/js/controller.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ angular.module('utahPython', ['ui.router'])
55
// $urlRouterProvider.otherwise("/");
66

77
$stateProvider
8+
.state('home', {
9+
url: "/"
10+
})
811
.state('about', {
912
url: "/about",
1013
templateUrl: "about.html"

0 commit comments

Comments
 (0)