Skip to content

Fixes #34: add ng-annotate to build process. #46

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 1 commit into from
Aug 27, 2015
Merged

Fixes #34: add ng-annotate to build process. #46

merged 1 commit into from
Aug 27, 2015

Conversation

waldenraines
Copy link

Using ng-annotate in the build process so the verbose, array style,
function declarations are no longer needed. Instead they are added
automatically during the build process.

Also fix the tabbing on some of the examples in the comments.

@erundle
Copy link

erundle commented Aug 26, 2015

I've ran into issues before with ng-annotate not working with controllers embedded inside a directive. Any idea it that is still a limitation? Otherwise it LGTM.

@waldenraines
Copy link
Author

I've ran into issues before with ng-annotate not working with controllers embedded inside a directive. Any idea it that is still a limitation?

Are you talking about this olov/ng-annotate#62? If so I can upgrade the version of ng-annotate we are using in order to address this issue.

@erundle
Copy link

erundle commented Aug 26, 2015

Yes please upgrade it. I have found that it leads to much confusion when that one use case doesn't work.

Using ng-annotate in the build process so the verbose, array style,
function declarations are no longer needed.  Instead they are added
automatically during the build process.

Also fix the tabbing on some of the examples in the comments.
@waldenraines
Copy link
Author

@erundle updated.

@waldenraines
Copy link
Author

Are we good to merge this (I don't have the ability)?

erundle pushed a commit that referenced this pull request Aug 27, 2015
Fixes #34: add ng-annotate to build process.
@erundle erundle merged commit 60f5812 into patternfly:master Aug 27, 2015
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.

2 participants