In this tutorial we will finish to develop our simple angularjs + angularjs material + woocommerce api dashboard. In this video we'll ad the button to load more products to products list page. WooCommerce API loads only 10 products, using page parameter. To load more...
JavaScript
AngularJS + AngularJS Material + WooCommerce API. Add and update product
In this tutorial we will add API calls for updating and adding product...
AngularJS + AngularJS Material + WooCommerce API. Edit product
In last lesson of this year we'll make form for product data and the method for update product data There is md-input-container directive for add product data fields....
AngularJS + AngularJS Material + WooCommerce API. Remove products
There are two button in product list page - "Delete product" and "Edit product". Today we'll add functionality for "Delete product" button. Also we'll make "removeTags" filter for removing html tags from product description...
AngularJS + AngularJS Material + WooCommerce API. Products list
Today we'll start to make products list page. For output product info we'll use md-card directive and children directives to show product image and other pieces of product info....
AngularJS + AngularJS Material + WooCommerce API. Create filter and delete order
We will finish Orders page in this lesson. We'll create filter for order status output and write method for order delete. Notice to create filter in AngularJS you need to call framework filter method, which returns function, handling input parameter and return it in...
AngularJS + AngularJS Material + WooCommerce API. Orders list page template
Last lesson we got orders list from our Woocommerce e-shop. Today we will make the template for rendering orders list using AngularJS Material. AngularJS has its own template system - the layout system, based on flex layout. Also it has capability to create responsive...
AngularJS + AngularJS Material + WooCommerce API. Request example
In this lesson we'll make first request to woocommerce api, getting all our shop orders....
AngularJS + AngularJS Material + WooCommerce API. App routing
We continue creating web application with WooCommerce API, AngularJS and AngularJS Material. Today we'll make configuration for our app. For routing configuration in AngularJS apps $routeProvider is using. Also for human readable urls we will use $locationProvider...