1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-16 00:00:03 +01:00
VILLASweb/app/components/entity-title.js
Markus Grigull b82e92a5be Add content to properties table
Entity's properties are now displayed. The entity id is shown in
the properties route. The serializer's normalize functions are
cleaned up.
2015-10-01 14:34:07 +02:00

5 lines
88 B
JavaScript

import Ember from 'ember';
export default Ember.Component.extend({
tagName: 'h2'
});