1
0
mirror of https://github.com/moparisthebest/mail synced 2025-02-07 10:30:18 -05:00

fix > in reply

This commit is contained in:
Tankred Hase 2013-10-13 13:51:34 +02:00
parent a6088945a6
commit df24d4f7a5

View File

@ -5,6 +5,10 @@ define(function(require) {
appController = require('js/app-controller'),
emailDao;
//
// Controller
//
var NavigationCtrl = function($scope) {
$scope.navOpen = false;