Revert "WIP: Bug/notif2"

This commit is contained in:
Matias Alejo Garcia 2015-04-23 23:01:46 -03:00
commit cd867d0171
7 changed files with 67 additions and 64 deletions

View file

@ -26,6 +26,9 @@
<div ng-include="'views/includes/sidebar.html'" ng-if="index.hasProfile"></div>
<div notifications="right top"></div>
<div ng-include="'views/includes/offline.html'" ng-if="index.isOffline"></div>
<div ng-include="'views/includes/clientError.html'" ng-if="index.clientError"></div>
<div ng-include="'views/includes/password.html'" ng-if="index.askPassword"
></div>