Daniel Nagy

Results 70 comments of Daniel Nagy

Here are some UAs I've received from error logging. ``` Mozilla/5.0 (iPhone; CPU iPhone OS 12_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/16B92 Instagram 70.1.0.15.98 (iPhone10,2; iOS 12_1;...

DuckDuckGo ``` Mozilla/5.0 (compatible; DuckDuckBot-Https/1.1; https://duckduckgo.com/duckduckbot) ```

@cscott is setting the `outerHTML` property not supported? My server rendered Angular bundles are not working when I try to bind to the `outerHTML` property. ```html ```

@jraadt I'm not sure I want to make `ngMaterial` a dependency. There may be folks using this without Angular Material. I think we should write our own service so more...

The `fix-head` directive doesn't work with `ng-if` at the moment. If I can find a way to make it work with `ng-if` it might fix this issue.

Yes flexbox will work. It's just a matter of having your layout correct to allow the container to grow and shrink. Maybe when I fix the codepen I'll demonstrate how...

@Splaktar are you using angular `>=1.4.0`. Also, if you are using ui-router this is a known issue #325.

I'm trying to understand your issue, > non-paged/non-reloaded data source Do you mean filtering is happening on the client and not the server? > the pagination doesn't reset to 1...