Roman Masek

Results 2 issues of Roman Masek

There does not seem to be any support for right-to-left languages. To reproduce I've just added `dir="rtl"` to demo plunkrs, in Chrome everything is right-to-left except the content of `ui-select`...

needs: investigation
type: enhancement

To enable HTTP connectivity behind corporate firewalls, a number of tools and programming languages support HTTP/HTTPS proxies defined through environment variables: ``` HTTP_PROXY=http://proxy.com HTTPS_PROXY=https://proxy.com NO_PROXY="*.home.com,another.com" ``` [Handy description of these...