Skip to content

miamarti/Semantic-UI.ngSidebar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Semantic-UI.ngSidebar

Semantic is a UI component framework based around useful principles from natural language. http://www.semantic-ui.com

Semantic-UI.ngSidebar

Dependencies

  • AngularJS

Implementation

<div class="ui right vertical inverted sidebar menu" id="toc" ng-sidebar=".btnSidebar">
    <div ng-include="'views/menu.html'"></div>
</div>

Bower install de dependency

$ bower install Semantic-UI.ngSidebar --save

Module AngularJS include

angular.module('example', ["ngSidebar"]);