Commit 49cb8e8c authored by santiaago's avatar santiaago
Browse files

better comments

parent 7e5425e9
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@
  </head>
  <body>
    <div class="greentros-browsehappy" ng-include="'partials/browsehappy.html'"></div>

    <!-- Navbar
	 ================================================== -->
    <div class="navbar-wrapper">
@@ -29,9 +30,11 @@
	    <div class="greentros-navbar" ng-include="'partials/navbar.html'"></div>
      </div>
    </div>

    <!-- Carousel
	 ================================================== -->
    <div class="greentros-carousel" ng-include="'partials/carousel.html'"></div>

      <!-- ng-view
	   ================================================== -->
    <div class="container">
@@ -41,6 +44,7 @@
	</div> <!-- /.col-md-12 -->
      </div> <!-- /.row -->
    </div>

    <!-- Marketing messaging and featurettes
	 ================================================== -->
    <!-- Wrap the rest of the page in another container to center all the content. -->
@@ -52,11 +56,14 @@
      <hr class="greentros-divider">
      <div class="greentros-example" ng-include="'partials/marketing/example.html'"></div>

      <!-- START THE FEATURETTES -->
    <!-- Start the featurettes
	 ================================================== -->

      <div class="greentros-featurettes" ng-include="'partials/marketing/featurettes.html'"></div>
      <!-- /END THE FEATURETTES -->
      
      <div>greentros app: v<span app-version></span></div>

      <!-- In production use:
	   <script src="//ajax.googleapis.com/ajax/libs/angularjs/x.x.x/angular.min.js"></script>
	   -->