We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aa153a commit 7fc5554Copy full SHA for 7fc5554
README.md
@@ -131,7 +131,7 @@ Many of my styles have been from the many pair programming sessions [Ward Bell](
131
var app = angular.module('app', [
132
'ngAnimate',
133
'ngRoute',
134
- 'app.shared'
+ 'app.shared',
135
'app.dashboard'
136
]);
137
```
@@ -144,7 +144,7 @@ Many of my styles have been from the many pair programming sessions [Ward Bell](
144
.module('app', [
145
146
147
148
149
150
0 commit comments