Skip to content

Commit 5fcfceb

Browse files
committed
Set a correct controller name
1 parent e139387 commit 5fcfceb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/frontend/module.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ define(['angular'], function (ng) {
3131
$routeProvider
3232
.when('/example', {
3333
templateUrl: CSTemplate.view('{{Template}}-view'),
34-
controller: '{{Template}}ExampleController',
34+
controller: '{{Template}}Controller',
3535
public: true
3636
});
3737
}

0 commit comments

Comments
 (0)