Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Audio UI in app and audio endpoint, test by adding mock audio tags #352

Merged
merged 2 commits into from
Mar 29, 2018

Conversation

nickyfantasy
Copy link
Contributor

No description provided.

let allUniqTags = uniq(flatten(tagsArray));

// get the data for every chart
return allUniqTags.map(tag => {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 cool ES6 expert ~!

@@ -0,0 +1,9 @@
import {router} from 'san-router';
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There should be any need for this file now. The index.js was used in San. With the Vue framework, we should need to implement this file anymore.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ya, i will remove it

@nickyfantasy nickyfantasy merged commit 4e6e194 into PaddlePaddle:develop Mar 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants