Arthur

Results 6 comments of Arthur

Well, you can easily do that. When you loaded the items, just init `selected` property with items. `self.$scope.items= reponseItems;` `self.$scope.selected.push(self.$scope.items[0]);` And first item in the table will be selected. Also,...

Hi Hm, that is really strange. Are there any errors in web-console? And did you specify `md-select-id="property"` for `md-row`? E.g.: `...`

Hm, `md-select-id` must contain only a property name, e.g. `_id`, `identifier`. From documentation for `mdSelectId`: `A unique identifier for the selected item. The identifier must be a property of the...

❌ sortable-rows-default For now it has not been implemented yet. :)

We received the same error for one of our clients. They have laptops with policies that don't allow editing registry values: > Command failed: %windir%\\System32\\REG.exe QUERY HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Cryptography /v MachineGuid\nERROR: Registry...