Blog

Archive for the AngularJS Category


Filter Examples Using AngularJS
Posted on July 22, 2015 in AngularJS by Matt Jennings

Example Code

<!DOCTYPE html>
<html>
<head lang=”en”>
<meta charset=”UTF-8″>
<title>Filters Example</title>
<script type=”text/javascript” src=”https://ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular.min.js”></script>

Read more…


In AngularJS, Example of Using a Module, Controller, and the $scope Object
Posted on July 22, 2015 in AngularJS by Matt Jennings

AngularJS and HTML Code

<!DOCTYPE html>
<!–
‘<html ng-app=”myApp”>’ directive below ensures that the “myApp” Angular module can be
accessed in either an embedded
Read more…

To Top ↑