Skip to content

Commit 0d8ba83

Browse files
committed
Minor updates
1 parent 1f4dcb4 commit 0d8ba83

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# mangular
1+
# mAngular
22
A Factory for Angular 1 to consume the magento 2 rest api
33

44

@@ -18,7 +18,7 @@ A Factory for Angular 1 to consume the magento 2 rest api
1818
## Products
1919
getProducts: getProducts,
2020
getProduct: getProduct
21-
21+
<hr>
2222
## Developing locally (bower)
2323
-fork the project
2424
-cd into the dir

bower.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"Angular",
1111
"Magento",
1212
"Service",
13+
"Factory",
1314
"Cart",
1415
"Shopping"
1516
],

bower_components/mangular

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/Users/markus/.local/share/bower/links/mangular

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"keywords": [
2121
"Angular",
2222
"Magento",
23-
"Service"
23+
"Service",
24+
"Factory"
2425
],
2526
"author": "Markus Thiel <markus@thiels.se>",
2627
"license": "ISC",

0 commit comments

Comments
 (0)