angular.module('<%= projectName %>').directive('sidebar', ['$rootScope',function($rootScope) {
    return {
        restrict: 'AE',
        replace: true,
        templateUrl: __uri('sidebar.html'),