simplifies error handling at index + universal error popup

This commit is contained in:
Matias Alejo Garcia 2015-08-12 13:04:39 -03:00
commit e4651ef7b0
4 changed files with 56 additions and 78 deletions

View file

@ -24,8 +24,8 @@
<div ng-include="'views/includes/sidebar.html'" ng-if="index.hasProfile"></div>
<div notifications="right top"></div>
<div ng-include="'views/includes/password.html'" ng-if="index.askPassword"
></div>
<div ng-include="'views/includes/password.html'" ng-if="index.askPassword"></div>
<div ng-include="'views/includes/alert.html'" ng-if="index.showAlert"></div>
<div id="sectionContainer">
<div id="mainSection">
<section ui-view="main"