From 1902b2c1dfff62c0225a170db38a4882df9143e6 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Fri, 4 Jan 2013 22:59:40 +0100 Subject: o Adding a basic navbar for ease of use. o Bootstrap-responsive. --- src/main/webapp/apps/app.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/main/webapp/apps/app.js') diff --git a/src/main/webapp/apps/app.js b/src/main/webapp/apps/app.js index e69de29..c1ea158 100644 --- a/src/main/webapp/apps/app.js +++ b/src/main/webapp/apps/app.js @@ -0,0 +1,8 @@ +var directives = angular.module('core.directives', []); + +directives.directive('navbar', function () { + return { + restrict: 'E', + templateUrl: '/apps/core/navbar.html' + }; +}); -- cgit v1.2.3