main.controller.js 85 B

12345678
  1. (function() {
  2. 'use strict';
  3. app.controller('Main', function($scope){
  4. })
  5. })();