We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
controllerAs
1 parent f5c4048 commit 8777407Copy full SHA for 8777407
app/templates/client/app/main/main(js).js
@@ -6,14 +6,14 @@ angular.module('<%= scriptAppName %>')
6
.when('/', {
7
templateUrl: 'app/main/main.html',
8
controller: 'MainController',
9
- conterollerAs: 'main'
+ controllerAs: 'main'
10
});
11
});<% } %><% if (filters.uirouter) { %>.config(function($stateProvider) {
12
$stateProvider
13
.state('main', {
14
url: '/',
15
16
17
18
19
});<% } %>
0 commit comments