1
0
mirror of https://github.com/moparisthebest/mail synced 2024-08-13 16:43:47 -04:00

add write view code

This commit is contained in:
Tankred Hase 2013-09-11 22:11:26 +02:00
parent 1974c19a55
commit 3aac73ef2e
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,7 @@
define(function() {
'use strict';
var WriteCtrl = function() {};
return WriteCtrl;
});

1
src/tpl/write.html Normal file
View File

@ -0,0 +1 @@
<div>test</div>