mirror of
https://github.com/moparisthebest/mail
synced 2024-11-11 11:45:02 -05:00
add write view code
This commit is contained in:
parent
1974c19a55
commit
3aac73ef2e
7
src/js/controller/write.js
Normal file
7
src/js/controller/write.js
Normal file
@ -0,0 +1,7 @@
|
||||
define(function() {
|
||||
'use strict';
|
||||
|
||||
var WriteCtrl = function() {};
|
||||
|
||||
return WriteCtrl;
|
||||
});
|
1
src/tpl/write.html
Normal file
1
src/tpl/write.html
Normal file
@ -0,0 +1 @@
|
||||
<div>test</div>
|
Loading…
Reference in New Issue
Block a user