Skip to content

Instantly share code, notes, and snippets.

View pavelpie's full-sized avatar

Pawel pavelpie

  • Met-Chem
  • Pilzno/Lublin
View GitHub Profile
//using services
//Method 1
//code inside controller:
$scope.wczytajListe = function(){
daneBazy.podaj($scope.wyrob, $scope.seria).then(function(d){
$scope.lista = d;
});
}