Skip to content
Snippets Groups Projects
Commit cfef74c1 authored by Mirco Nasuti's avatar Mirco Nasuti
Browse files

isNewVisitor bahavior added back

parent f27cefb7
No related branches found
No related tags found
No related merge requests found
......@@ -14,9 +14,8 @@ The API documentation is available at `<BASE URL>/swagger-ui.html`. A JSON versi
* Fix bugs;
* Externalize configuration (DB parameters, security enabled/disabled, ...);
* Decide if an update on a model should affect the articles including it;
* Add author's view if needed;
* Implement delete methods if needed;
* Implement delete methods if needed;
* Implement logout;
* Add introduction page;
* Update front-end behavior when not logged in;
......@@ -28,7 +27,6 @@ The API documentation is available at `<BASE URL>/swagger-ui.html`. A JSON versi
## BUGS
* In the profile view, we shouldn't see the '+' between firstname and lastname;
* In the profile view links to own articles and so on, are not implemented;
* Export PDF;
......
......@@ -48,17 +48,17 @@
<body ng-app="chuvApp" class="ng-cloak" ng-cloak to-top-on-load>
<!-- Add your site or application content here -->
<!--<header id="topnav" class="navbar navbar-default navbar-fixed-top fixed" change-on-scroll role="banner"
ng-include="'scripts/app/header/header.html'" ng-controller="HeaderController" ng-show="!isNewVisitor()"></header>-->
<header id="topnav" class="navbar navbar-default navbar-fixed-top fixed" change-on-scroll role="banner"
ng-include="'scripts/app/header/header.html'" ng-controller="HeaderController"></header>
ng-include="'scripts/app/header/header.html'" ng-controller="HeaderController" ng-show="!isNewVisitor()"></header>
<!--<header id="topnav" class="navbar navbar-default navbar-fixed-top fixed" change-on-scroll role="banner"
ng-include="'scripts/app/header/header.html'" ng-controller="HeaderController"></header>-->
<div id="wrapper">
<div id="layout-static">
<div class="static-content-wrapper">
<div class="static-content">
<div class="page-content" ui-view class="mainview-animation animated"></div>
</div>
<footer id="footer" role="contentinfo" ng-cloak>
<!--<footer id="footer" role="contentinfo" ng-cloak>
<div class="clearfix container-fluid">
<div class="row">
<ul class="list-unstyled list-inline col-md-6">
......@@ -69,8 +69,8 @@
</div>
</div>
</div>
</footer>
<!--<footer id="footer" role="contentinfo" ng-cloak ng-show="!isNewVisitor()">
</footer>-->
<footer id="footer" role="contentinfo" ng-cloak ng-show="!isNewVisitor()">
<div class="clearfix container-fluid">
<div class="row">
<ul class="list-unstyled list-inline col-md-6">
......@@ -81,7 +81,7 @@
</div>
</div>
</div>
</footer>-->
</footer>
</div>
</div>
</div>
......
<!--<div class="container-fluid intro-container" ng-show="isNewVisitor()">
<div class="container-fluid intro-container" ng-show="isNewVisitor()">
<a href="" ng-click="closePanel($event)" class="trigger-close-intro">
<i class="ti ti-close"></i>
</a>
......@@ -23,10 +23,10 @@
<a class="trigger-intro" ng-click="animateIntro()">
<i class="ti ti-arrow-down"></i>
</a>
</div>-->
</div>
<!--<div class="container-fluid mt" ng-show="!isNewVisitor()">-->
<div class="container-fluid mt">
<div class="container-fluid mt" ng-show="!isNewVisitor()">
<!--<div class="container-fluid mt">-->
<div class="row">
<div class="col-md-3">
<div class="info-tile tile-orange">
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment