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

minification support #6

Open
appagg opened this issue Nov 20, 2015 · 2 comments
Open

minification support #6

appagg opened this issue Nov 20, 2015 · 2 comments

Comments

@appagg
Copy link

appagg commented Nov 20, 2015

The code currently is not supporting minification for the "terminal" directive:

.directive('terminal', function ($document) {...}

It should be:

.directive('terminal', ['$document", function ($document) {}]);

@GerhardKreuzer
Copy link

.. ok, I am not the creator, but you were right.
I think we have to do this for our own, nobody listen this thread anymore ...

@vtortola
Copy link
Owner

Hi

Sorry this ran unnoticed I don't know why.

I will try to fix it this week, but feel free to send a pull request.

Cheers.

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

No branches or pull requests

3 participants