Skip to content

feat(app): implement oauth-buttons directive #1156

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

Merged
merged 2 commits into from
Sep 8, 2015

Conversation

kingcody
Copy link
Member

Changes:

  • Move oauth-button to directive and provide spec/e2e test
  • <% does() %> now accepts yeoman escaped template strings
  • Implement bootstrap-social when filters.bootstrap == true

@kingcody
Copy link
Member Author

@kingcody kingcody force-pushed the feature/oauth-buttons branch from e238bc9 to 8c8c30b Compare August 13, 2015 08:05
@Awk34 Awk34 added this to the 3.0.0 milestone Aug 19, 2015
@kingcody kingcody force-pushed the feature/oauth-buttons branch from 8c8c30b to 8222699 Compare September 6, 2015 07:52
@@ -22,7 +22,8 @@
"console": true,
"$": true,
"_": true,
"moment": true,
"moment": true,<% if (filters.jasmine) { %>
"jasmine": true,<% } %>
Copy link
Member

Choose a reason for hiding this comment

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

This should be in a separate commit

@Awk34
Copy link
Member

Awk34 commented Sep 8, 2015

I took the time to go back through this. Apart from moving those two JSHint things to a separate commit, it LGTM. Nice work with all the tests for it too.

@kingcody kingcody force-pushed the feature/oauth-buttons branch from 8222699 to 8e21ce9 Compare September 8, 2015 21:15
@kingcody
Copy link
Member Author

kingcody commented Sep 8, 2015

.jshintrc fix is now a separate (fix) commit.

Awk34 added a commit that referenced this pull request Sep 8, 2015
feat(app): implement oauth-buttons directive
@Awk34 Awk34 merged commit 044cbd6 into angular-fullstack:canary Sep 8, 2015
@kingcody kingcody deleted the feature/oauth-buttons branch September 9, 2015 04:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants