Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

1.1 Create a Foundation for Apps Controller Using AngularJS

In this course you’ll learn how to create an AngularJS controller designed to power a Foundation for Apps task management app. This course goes hand in hand with the design-focused Up and Running With Foundation for Apps course, providing a step-by-step walkthrough on how to code a controller to bring the app to life. Let’s get started!

Related Links

1.1 Create a Foundation for Apps Controller Using AngularJS

Foundation for apps is a fantastic framework for creating web applications. It works with AngularJS and it eliminates a lot of the steps that you have to go through if you creating a web application from scratch by setting the foundation for apps. If you wanna make an application like a task manager all you have to do is a little bit of UI code, along with creating a custom controller. In this course you're gonna learn how to create that custom controller so that you have all the functionality that's required in the task management web application. You'll learn how to set up a controller in the right ways that will work in properly with foundation for apps. And you'll learn how to create all the functions that bring a task management app to life, from task creation, tag management, and UI display to task deletion, editing, and updating, with everything that takes place in your application being saved into local storage. And then to cap it off, you'll also add in some functionality for presentational changes. Like switching the color of a test display or changing the task status. So let's get started with create a foundation for apps controller using AngularJS.

Back to the top