Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
coopwire-hypothesis
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
孙灵跃 Leon Sun
coopwire-hypothesis
Commits
0f983b5f
Commit
0f983b5f
authored
Mar 16, 2017
by
Robert Knight
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move `<top-bar>` component to src/sidebar/components
parent
76807a46
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
app.js
src/sidebar/app.js
+1
-1
top-bar-test.js
src/sidebar/components/test/top-bar-test.js
+1
-1
top-bar.js
src/sidebar/components/top-bar.js
+0
-0
No files found.
src/sidebar/app.js
View file @
0f983b5f
...
@@ -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'
))
...
...
src/sidebar/
directive
/test/top-bar-test.js
→
src/sidebar/
components
/test/top-bar-test.js
View file @
0f983b5f
...
@@ -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
()
{
...
...
src/sidebar/
directive
/top-bar.js
→
src/sidebar/
components
/top-bar.js
View file @
0f983b5f
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment