Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Makes example directive controller minification-safe#3125

Closed
AndrewO wants to merge 1 commit into
angular:masterfrom
AndrewO:patch-1
Closed

Makes example directive controller minification-safe#3125
AndrewO wants to merge 1 commit into
angular:masterfrom
AndrewO:patch-1

Conversation

@AndrewO
Copy link
Copy Markdown
Contributor

@AndrewO AndrewO commented Jul 3, 2013

I've helped a few people who were stuck on minification errors with directive controller functions. Most of them are using the first example in "Writing directives (long version)" as a quick reference. I think it would be better to emphasize that the "controller" property needs to be min safe in there, rather than further down.

I've helped a few people who were stuck on minification errors with directive controller functions. Most of them are using the first example in "Writing directives (long version)" as a quick reference. I think it would be better to emphasize that the "controller" property needs to be min safe in there, rather than further down.
petebacondarwin pushed a commit that referenced this pull request Jul 3, 2013
It is best to emphasize that the "controller" property needs to be min safe

Closes #3125
@petebacondarwin
Copy link
Copy Markdown
Contributor

Great! Thanks
Landed at 0e9e0af and 36447cb

ctrahey pushed a commit to ctrahey/angular.js that referenced this pull request Jul 22, 2013
It is best to emphasize that the "controller" property needs to be min safe

Closes angular#3125
@angeloh
Copy link
Copy Markdown

angeloh commented Feb 2, 2014

I spent so much time to debug this one. How come this doc still not merged to master? I guess this change has been wiped out from master again.

@caitp
Copy link
Copy Markdown
Contributor

caitp commented Feb 2, 2014

This was basically reverted by the next patch touching this file, 454bcfa

I'm not sure that was intentional, probably a rebase mistake. But either way, that whole section of documentation is gone now, as far as I can tell.

@turian
Copy link
Copy Markdown

turian commented Jun 13, 2014

+1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants