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

Improve ng style #640

Closed
wants to merge 5 commits into from
Closed

Improve ng style #640

wants to merge 5 commits into from

Conversation

dmanek
Copy link
Contributor

@dmanek dmanek commented Nov 6, 2011

Improved and unobtrusive ng:style

@IgorMinar
Copy link
Contributor

several tests are failing: http://ci.angularjs.org/job/angular.js-igor/298/

@dmanek
Copy link
Contributor Author

dmanek commented Nov 7, 2011

I updated the test & ran them on Chrome 15 & 17, Opera, Safari and Firefox (all on Mac) and no tests are failing. Will have to run on IE on the CI server to ensure all tests pass.

@dmanek
Copy link
Contributor Author

dmanek commented Nov 8, 2011

All tests pass now: http://ci.angularjs.org/job/angular.js-dhruv/8/

styleToRemove = oldVal || {},
key;
for(key in styleToRemove)
element.css(key, '');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

indent with 2 spaces

@IgorMinar
Copy link
Contributor

I'll go ahead and fix the style issues.. the comments are just FYI

@IgorMinar
Copy link
Contributor

landed as e2663f6

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.

2 participants