Skip to content

Commit 5b784d9

Browse files
authored
Update app.config.js
Weird formatting
1 parent a7d3310 commit 5b784d9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

app/app.config.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

55
angular
66

7-
.module('angularstrapApp', [
8-
'ui.router',
7+
.module('angularstrapApp', [
8+
'ui.router',
99
'angularstrapApp.homeServices'
10-
])
10+
])
1111

12-
.constant('CONFIG',
13-
{
14-
DebugMode: true,
15-
StepCounter: 0,
16-
APIHost: 'http://localhost:12017'
17-
});
12+
.constant('CONFIG',
13+
{
14+
DebugMode: true,
15+
StepCounter: 0,
16+
APIHost: 'http://localhost:12017'
17+
});

0 commit comments

Comments
 (0)