main.controller.js 127 B

12345678910111213
  1. (function ()
  2. {
  3. 'use strict';
  4. app.controller('Main', function ($scope)
  5. {
  6. }
  7. );
  8. }
  9. )();