Center HTML Vertically via Angular Directive
One of common tasks that come up when you write an HTML app is a requirement to center some component inside a screen. Centering horizontally is very easy with Twitter Bootstrap. However, center vertically is not supported by Bootstrap, at least they do not have a style for that. Since in an Angular application you …
Continue reading ‘Center HTML Vertically via Angular Directive’ »