Tag: Web Development
-
AngularJS Quizzing: Form features
Today, we’ll look at how to use the form validation features of AngularJS to provide better feedback in our quiz.
-
AngularJS Quizzing: Let the Controller control logic
So far we’ve created a simple quizzing engine using AngularJS somewhat separated the model, view and controller apart. Today, let’s take care of the little bit of controlling still being done inside the HTML.
-
Modules and Controllers
Yesterday I shared the basics of how to create a quiz question using AngularJS. Now even though it works, the code is not very reusable. You would have to copy and paste the same code a bunch of times for each question. So let’s work on making this quiz question reusable.
-
Basic Quizzing using AngularJS
If you’ve ever needed to create a simple online quiz in HTML, you can do so easily with a little help from AngularJS, which is a popular JavaScript framework that provides some powerful tools. I’m going to start by showing you how to make a simple fill-in-the blank question.
-
Seeing the Model Railroad
Okay, now that we’ve covered models exhaustively, it’s time to actually see something, to move to the View part of our Model-View-Controller-ish application.
-
Model railroads: Part 3
There’s a few other methods I’d like to show you that you can use with models, particularly ones that can track changes in your model’s properties. As before, I’ve got examples of these snippets that you can play with at JS Bin.