mirror of
https://github.com/moparisthebest/mail
synced 2024-11-26 19:02:20 -05:00
minor cleanup
This commit is contained in:
parent
5c1c587625
commit
f450e96e2d
@ -13,8 +13,8 @@ define(function(require) {
|
||||
//
|
||||
|
||||
var NavigationCtrl = function($scope) {
|
||||
// global state... inherits to all child scopes
|
||||
$scope.$root.state = {};
|
||||
$scope.accountOpen = false;
|
||||
|
||||
emailDao = appController._emailDao;
|
||||
|
||||
|
@ -14,8 +14,8 @@
|
||||
|
||||
<ul class="nav-secondary">
|
||||
<li><a href="#" ng-click="state.account.toggle(true); $event.preventDefault()">Account</a></li>
|
||||
<li><a href="#">About whiteout.io</a></li>
|
||||
<li><a href="#">Help</a></li>
|
||||
<li><a href="#" ng-click="$event.preventDefault()">About whiteout.io</a></li>
|
||||
<li><a href="#" ng-click="$event.preventDefault()">Help</a></li>
|
||||
</ul>
|
||||
|
||||
<footer>
|
||||
|
Loading…
Reference in New Issue
Block a user