Skip to content

Commit bae164f

Browse files
committed
Fixed syntax
1 parent 868044c commit bae164f

File tree

2 files changed

+372
-16
lines changed

2 files changed

+372
-16
lines changed

angular/index.controllers.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
import { LandingController } from './app/pages/landing/landing.controller';
22

3-
angular.module('app.controllers').controller('LandingController', LandingController);
3+
angular.module('app.controllers')
4+
.controller('LandingController', LandingController);

0 commit comments

Comments
 (0)