Fixed gulp test linking errors and failed test

This commit is contained in:
Luke Pacholski 2014-11-12 15:38:30 +01:00
Родитель dc87e4eadc
Коммит b5aed33f3d
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -40,7 +40,8 @@ App.createApp = function (options) {
// Prepare the clone for use
app.id = uuid();
app.name = i18n.get('My {{template}} App').replace('{{template}}', options.data.name);
app.name = options.name || i18n.get('My {{template}} App');
app.name = app.name.replace('{{template}}', options.data.name);
app.author = model.data.user;
// Add to model & redirect to editor