Skip to content

Commit f241067

Browse files
committed
Updated log info
1 parent dbbc751 commit f241067

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

dist/mangular.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
return service;
3838
function getProducts(numberOfProducts, $stateParams) {
3939
$log.info('--- Featching products start ---');
40-
$log.info('Featching ' + numberOfProducts + ' products from ' + $stateParams);
40+
$log.info('Featching ' + numberOfProducts + ' products from category ' + $stateParams);
4141
$log.info('--- Featching products end ---');
4242
return Restangular.all('/products?searchCriteria[page_size]=' + numberOfProducts).customGET();
4343
}

dist/mangular.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/products.service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
function getProducts(numberOfProducts, $stateParams) {
2222
$log.info('--- Featching products start ---');
23-
$log.info('Featching ' + numberOfProducts + ' products from ' +
23+
$log.info('Featching ' + numberOfProducts + ' products from category ' +
2424
$stateParams);
2525
// var categoryId = '/categories/' + $stateParams.categoryId;
2626
$log.info('--- Featching products end ---');

0 commit comments

Comments
 (0)