Created
August 25, 2017 12:14
-
-
Save samarthagarwal/9e46845f2cf8934389a1541d72503229 to your computer and use it in GitHub Desktop.
WooIonic v1.4.0 vs v1.5.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Files changed (27) | |
+5 -0 M README.md | |
+7 -0 M changeLog.md | |
+58 -57 M config.xml | |
+42 -0 A google-services.json | |
+4 -1 M ionic.config.json | |
+3 -3 M package.json | |
+6 -2 M src/app/app.module.ts | |
+1 -1 M src/directives/parallex/parallex.ts | |
+115 -0 A src/pages/account/account.html | |
+20 -0 A src/pages/account/account.module.ts | |
+57 -0 A src/pages/account/account.scss | |
+76 -0 A src/pages/account/account.ts | |
+1 -0 M src/pages/checkout/checkout.ts | |
+136 -0 A src/pages/edit-account-modal/edit-account-modal.html | |
+3 -0 A src/pages/edit-account-modal/edit-account-modal.scss | |
+116 -0 A src/pages/edit-account-modal/edit-account-modal.ts | |
+53 -2 M src/pages/home/home.html | |
+2 -0 M src/pages/home/home.module.ts | |
+42 -12 M src/pages/home/home.ts | |
+2 -2 M src/pages/menu/menu.html | |
+5 -1 M src/pages/menu/menu.ts | |
+2 -2 M src/pages/orders/orders.ts | |
+51 -4 M src/pages/products-by-category/products-by-category.html | |
+5 -0 M src/pages/products-by-category/products-by-category.scss | |
+5 -0 M src/pages/products-by-category/products-by-category.ts | |
+77 -0 A src/providers/settings/settings.ts | |
+8 -2 M src/settings.ts |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment