1234567891011121314 |
- 'use strict';
- * @ngdoc function
- * @name landingPageApp.controller:MainCtrl
- * @description
- * # MainCtrl
- * Controller of the landingPageApp
- */
- angular.module('landingPageApp')
- .controller('MainCtrl', ['$window', '$scope', '$timeout', function ($window, $scope, $timeout) {
- }]);
|