Skip to content

Instantly share code, notes, and snippets.

@fpv83
fpv83 / angular-bootstrap-nav.html
Last active April 2, 2016 01:12
angular navbar directive for twitter bootstrap with the aid of bootstrap.ui
<!DOCTYPE html>
<html data-ng-app="webapp">
<head>
<title>angular nav</title>
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css" rel="stylesheet">
<style>
body{
padding-top: 70px;
}