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

feat(gridster): enable resize of gridster container #53

Merged

Conversation

frapontillo
Copy link
Contributor

Enable the resizing of the container for the gridster. Previously, the directive used to listen to the windows resize event only.
Fix for the generic resize event. New width/height values are now kept separately from the actual width/height config, that can be a string (auto or match).
Add test methods for the new resize parameters.
Implement a protractor test to check for the test behavior.
Generate dist files.
Update index.html to reflect new changes.
Update README.md with import information.
Add .idea folder to gitignore files.

Close #52.

Enable the resizing of the container for the gridster. Previously, the directive used to
listen to the windows `resize` event only.
Fix for the generic resize event. New width/height values are now kept separately from
the actual width/height config, that can be a string (auto or match).
Add test methods for the new resize parameters.
Implement a protractor test to check for the test behavior.
Generate dist files.
Update `index.html` to reflect new changes.
Update `README.md` with import information.
Add .idea folder to gitignore files.

Close ManifestWebDesign#52.
@danomatic
Copy link
Member

The Travis build is failing with this message:

The command "./node_modules/protractor/bin/install_selenium_standalone" failed and exited with 127 during before_script.

Can you confirm the node dependencies are properly configured?

@danomatic
Copy link
Member

After reviewing your commit, I don't think that build error is related. Merging now.

Thanks for doing this!

danomatic added a commit that referenced this pull request May 8, 2014
feat(gridster): enable resize of gridster container
@danomatic danomatic merged commit a3e2efc into ManifestWebDesign:master May 8, 2014
@jdewit jdewit mentioned this pull request May 9, 2014
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.

Resize of element does not trigger resize()
2 participants