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 868044c commit bae164fCopy full SHA for bae164f
angular/index.controllers.js
@@ -1,3 +1,4 @@
1
import { LandingController } from './app/pages/landing/landing.controller';
2
3
-angular.module('app.controllers').controller('LandingController', LandingController);
+angular.module('app.controllers')
4
+ .controller('LandingController', LandingController);
0 commit comments