HomeController.js 108 B

1234567
  1. (function () {
  2. 'use strict';
  3. app.controller('HomeController', ['$scope', function ($scope) {
  4. }]);
  5. })();