globalMap.controller.js 92 B

123456
  1. (function(){
  2. 'use strict'
  3. app.controller('GlobalMap', function($scope){
  4. })
  5. })()