1
0
mirror of https://github.com/flarum/core.git synced 2025-10-18 10:16:09 +02:00
Files
php-flarum/ember/app/views/application.js
Toby Zerner 74db323f83 Hello world!
2014-12-20 16:56:46 +10:30

10 lines
187 B
JavaScript

import Ember from 'ember';
export default Ember.View.extend({
title: function() {
return this.get('controller.forumTitle');
}.property('controller.forumTitle')
});