- Now let's talk about Angular.…AngularJS is a JavaScript MVC framework…now largely coordinated and backed by Google.…Angular, for short, is a great tool…because it was built under the model of…what HTML would have been had it been…designed for building web apps.…That is to say it is very easy to understand…because it utilizes HTML as you already know it.…I'm now going to go over some terminology…so you have a better understanding…while coding with Angular.…We're going to talk about Injectables,…Services or factories, Controllers, Routes, and $scope.…
Injectable bbjects are objects which are…injected into your application.…They can actually be defined from outside of…the application and injected in.…And then used and injected into controllers…and other places of your application.…And example would be a service or factory…which creates injectable objects…so that you can use them in your controller.…A service or a factory is a single object or function…that can be used throughout your web application…as an injectable dependency.…
Released
12/15/2015In this course, Roy Sivan shows how to build a single-page web app with WordPress, AngularJS, and the WordPress REST API plugin. Roy also reviews creating controllers and routes to get a basic understanding of building a multiview single-page app. Plus, get some tips to transition your single-page app to a native mobile app with AppPresser.
- Setting up WordPress
- Creating the AngularJS components, including the controller and route
- Connecting WordPress and AngularJS
- Connecting views
- Adding and displaying custom data
- Using a plugin to show advanced custom field (ACF) data on the template
Share this video
Embed this video
Video: Intro to AngularJS and glossary of terms