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 86daad5 commit 220bdcaCopy full SHA for 220bdca
app/templates/src/app/main/_main.controller.ts
@@ -19,6 +19,7 @@ module <%= appName %> {
19
}
20
21
export class MainCtrl {
22
+ /* @ngInject */
23
constructor ($scope: IMainScope) {
24
var awesomeThings = <%= technologies %>;
25
app/templates/src/components/navbar/_navbar.controller.ts
@@ -7,6 +7,7 @@ module <%= appName %> {
7
8
9
export class NavbarCtrl {
10
11
constructor ($scope: INavbarScope) {
12
$scope.date = new Date();
13
0 commit comments