Commit 0f983b5f authored by Robert Knight's avatar Robert Knight

Move `<top-bar>` component to src/sidebar/components

parent 76807a46
...@@ -156,7 +156,7 @@ module.exports = angular.module('h', [ ...@@ -156,7 +156,7 @@ module.exports = angular.module('h', [
.component('tagEditor', require('./components/tag-editor')) .component('tagEditor', require('./components/tag-editor'))
.component('threadList', require('./components/thread-list')) .component('threadList', require('./components/thread-list'))
.component('timestamp', require('./components/timestamp')) .component('timestamp', require('./components/timestamp'))
.component('topBar', require('./directive/top-bar')) .component('topBar', require('./components/top-bar'))
.directive('formInput', require('./directive/form-input')) .directive('formInput', require('./directive/form-input'))
.directive('formValidate', require('./directive/form-validate')) .directive('formValidate', require('./directive/form-validate'))
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
var angular = require('angular'); var angular = require('angular');
var util = require('./util'); var util = require('../../directive/test/util');
describe('topBar', function () { describe('topBar', function () {
before(function () { before(function () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment