AngularJS
-
07:14 Popular
AngularJS Tutorial #17- JSON And $http
Added 185 Views / 0 LikesHey gang, in this AngularJS tutorial, I'll talk you through how to retrieve external JSON data by using the $http service. Learn more about JSON - http://www.w3schools.com/json/json_sy... JSON Lint - http://www.jsonlint.com Hey gang, in this AngularJS tut
-
12:29 Popular
AngularJS Tutorial #16 - Views And Routes
Added 219 Views / 0 LikesHey all, in this AngularJS tutorial, I'll be showing you how we can section off our content into Angular 'views', and then use ngRoute (AngularJS's routing module) to configure our routes for the application. Views are essentially the 'states' or the 'pag
-
05:34 Popular
AngularJS Tutorial #15 - Ng-src Directive
Added 253 Views / 0 LikesHey ninjas, in this AngularJS tutorial, I'll show you why we use the ng-src directive over the typical src attribute when using resources such as images. ng-source makes sure that all dynamic data is loaded into the application before trying to request th
-
09:17 Popular
AngularJS Tutorial #14 - Ng-submit Directive
Added 225 Views / 0 LikesYo ninjas, in this AngularJS tutorial, I'll go through how we can handle form submissions with the ng-submit directive. We'll use ng-submit to allow the user to enter a new ninja to the data list, and use our controller to handle the event itself. Hey gan
-
11:40 Popular
AngularJS Tutorial #13 - Ng-click Directive
Added 216 Views / 0 LikesYo gang, in this AngularJS tutorial, I'll show you how we can use the ng-click directive to respond to a user clicking on elements within our application. In this video we'll walk through 2 ng-click examples. Hey gang, in this AngularJS tutorial, I'll be
-
05:19 Popular
AngularJS Tutorial #12 - Ng-show Directive
Added 193 Views / 0 LikesYo ninjas, in this AngularJS tutorial, I'll show you how we can dynamically hide and show elements depending on the value of certain properties in your data. ng-show only shows elements when it is equal to true, and ng-hide only hides elements when it is
-
05:59 Popular
AngularJS Tutorial #11 - Ng-include Directive
Added 224 Views / 0 Likes----- COURSE LINKS: + Source files on GitHub - https://github.com/iamshaunjp/angular-js-playlist + Atom text editor - https://atom.io/ --------------------------------------------------------------------------------------------- You can find more front-en
-
08:14 Popular
AngularJS Tutorial #10 - Filters
Added 215 Views / 0 LikesHey gang, in this AngularJS tutorial, I'll be introducing you to filters and how we can use them to change the way our data is displayed to a user. Filters can be used in conjunction with ng-repeat, or directly on the expression itself. We use Angular fil
-
08:54 Popular
AngularJS Tutorial #9 - Controllers
Added 247 Views / 0 LikesHey gang, in this AngularJS tutorial, I'll be showing you how we can make controllers, and how we can use them to control certain areas of our Angular applications. ----- COURSE LINKS: + Source files on GitHub - https://github.com/iamshaunjp/angular-js-pl
-
05:14 Popular
AngularJS Tutorial #8 - Modules
Added 214 Views / 0 LikesYo ninjas, in this AngularJS tutorial, I'm going to introduce you to the concept of using modules within our application. AngularJS modules essentially allow us to segment our application code into logical chunks, which we can manage separately from each
-
04:25 Popular
AngularJS Tutorial #7 - Ng-repeat Directive
Added 213 Views / 0 LikesHey gang, in this AngularJS tutorial, I'll be showing you a cool little directive called ng-repeat. Ng-repeat lets us cycle through our data, and output the data using a series of HTML elements. ----- COURSE LINKS: + Source files on GitHub - https://githu
-
06:23 Popular
AngularJS Tutorial #6 - Expressions
Added 216 Views / 0 LikesHey all, in this AngularJS tutorial I'll introduce you to expressions, and how we can use them to output data to the views. Expressions in AngularJS are generally between 2 sets of curly braces, and allow you to do some of the more basic things you can do