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

Resize a browser window #62

Open
RomaHL opened this issue Sep 6, 2016 · 1 comment
Open

Resize a browser window #62

RomaHL opened this issue Sep 6, 2016 · 1 comment

Comments

@RomaHL
Copy link

RomaHL commented Sep 6, 2016

What about to call this function:
$scope.$on("angular-resizable.resizeEnd", function (event, args)

when I resize not a resizable container, but a browser window?

@RomaHL
Copy link
Author

RomaHL commented Sep 6, 2016

I try call this function in:

       $(window).on("resize.doResize", function (){
            $scope.$apply(function(){
                //this function

            });
        });

But I don't know how better to call it and make resize all div's...

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

1 participant