Nikita Tsyhanenko

Results 4 issues of Nikita Tsyhanenko

Hi. Is it possible to prevent flickering of size hint when something not related to import changed in file? Windows 8.1 WebStorm 2017.3

Tested with 4.0.3. Maybe duplicate of #143, but I'm not 100% sure, so decide to create new issue. Here is example. ```css // Input .class1 { border-bottom: 1px solid black;...

bug
structural optimization

Hi @amorey, I noticed that all tabs rendered regardless of which is now active and then hid by CSS. Is the any reason for this? I think this can cause...

discussion

This code sample is not working. Fails with error "$localStorageProvider.$get(...).get is not a function" ``` javascript var app = angular.module('app', ['ngStorage']) .config(['$localStorageProvider', function ($localStorageProvider) { $localStorageProvider.get('MyKey'); $localStorageProvider.set('MyKey', { k: 'value'...