Style as a default attribute binding for Ember views

Inorder to provide a simple style for Ember.Select, it is required to extend this view. Instead of that, if style is provided in default attributebinding for views, this unnecessary extension can be avoided.

Anyway view is going to be div tag or any html tag for which style can be applied.