vm.getProviders = function() {
      return getRequest(vm.providersPath)
            .success(function(data) { $localStorage.providerList = _.uniq(data.news_providers.map(vm.tagBuilder), JSON.stringify); })
            .then(function() { return vm.getLSProviders(); });
    };