- 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.Introduction2 lessons, 05:03
1.1Create a Foundation for Apps Controller Using AngularJS01:00
1.2Prerequisites and Preparation04:03
2.Creating Your Controller10 lessons, 1:02:17
2.1Basic Controller Setup05:25
2.2Task Creation09:29
2.3Processing New Tags10:30
2.4Display Tasks and Tags05:00
2.5Task Deletion09:15
2.6Task Editing Form04:26
2.7Process Edited Tags03:22
2.8Task Updating05:16
2.9Color Switching05:47
2.10Task Status Setting03:47
3.Conclusion1 lesson, 01:30
3.1Conclusion01:30
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.