OSDN Git Service

Change UserInterface and File Manipulation API
[eos/base.git] / zephyr / client / app / directive / my-exe / my-exe.controller.js
1 'use strict';
2
3 angular.module('zephyrApp')
4 .controller('MyExeCtrl', function DirectoryCtrl($scope, api) {
5
6 });