2016-07-20 12:25:51 +02:00
|
|
|
/**
|
2016-10-12 22:06:24 +02:00
|
|
|
* File: value.js
|
2016-07-20 12:25:51 +02:00
|
|
|
* Author: Markus Grigull <mgrigull@eonerc.rwth-aachen.de>
|
2016-10-12 22:06:24 +02:00
|
|
|
* Date: 12.07.2016
|
2016-07-20 12:25:51 +02:00
|
|
|
* Copyright: 2016, Institute for Automation of Complex Power Systems, EONERC
|
|
|
|
* This file is part of VILLASweb. All Rights Reserved. Proprietary and confidential.
|
|
|
|
* Unauthorized copying of this file, via any medium is strictly prohibited.
|
|
|
|
**********************************************************************************/
|
|
|
|
|
2016-06-28 10:57:34 +02:00
|
|
|
import Ember from 'ember';
|
|
|
|
|
2016-10-12 22:06:24 +02:00
|
|
|
export default Ember.Controller.extend({
|
2016-06-28 10:57:34 +02:00
|
|
|
});
|