Sha256: 4bce4567a9449ff00d8006388722eb9d4dc6fd2d863b21e6ec5b1b75cd6b4030

Contents?: true

Size: 699 Bytes

Versions: 20

Compression:

Stored size: 699 Bytes

Contents

<ul data-ng-controller="ModulesController as controller">

  <li ng-click="controller.on_click('/')"><p><i class="fa fa-dashboard"></i> <span translate>Dashboard</span></p></li>

  <li data-ng-repeat="module in controller.modules">
    <p ng-click="controller.view_menu(module)"><i class="{{ module.icon }}"></i> <span translate>{{ module.title }}</span></p>
    <ul class="submenu slide"  ng-if="module.show_menu">
        <li ng-repeat="menu_item in module.menu_items" ng-click="controller.on_click(menu_item.url)"><span>{{ menu_item.title }}</span></li>
    </ul>
  </li>

</ul>

<div class="brand">
  <h1 translate><%= Faalis::Engine.site_title %></h1>
  <span translate>Some_Slug</span>
</div>

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
faalis-1.0.0.alpha0 app/views/angularjs_templates/modules.html
faalis-0.26.3 app/views/angularjs_templates/modules.html
faalis-0.26.2 app/views/angularjs_templates/modules.html
faalis-0.26.1 app/views/angularjs_templates/modules.html
faalis-0.26.0 app/views/angularjs_templates/modules.html
faalis-0.25.1 app/views/angularjs_templates/modules.html
faalis-0.25.0 app/views/angularjs_templates/modules.html
faalis-0.24.4 app/views/angularjs_templates/modules.html
faalis-0.24.3 app/views/angularjs_templates/modules.html
faalis-0.24.2 app/views/angularjs_templates/modules.html
faalis-0.24.0 app/views/angularjs_templates/modules.html
faalis-0.23.0 app/views/angularjs_templates/modules.html
faalis-0.22.0 app/views/angularjs_templates/modules.html
faalis-0.21.1 app/views/angularjs_templates/modules.html
faalis-0.21.0 app/views/angularjs_templates/modules.html
faalis-0.20.0 app/views/angularjs_templates/modules.html
faalis-0.19.0 app/views/angularjs_templates/modules.html
faalis-0.18.1 app/views/angularjs_templates/modules.html
faalis-0.18.0 app/views/angularjs_templates/modules.html
faalis-0.17.0 app/views/angularjs_templates/modules.html