Use Case
1. Display the list of topics available in www.kswaughs.com 2. Allows user to enter the topic and prints error message if topic is not available 3. Make a rest service call with GET method and print titles of requested topic blog posts
HTML & AngularJS code
<!doctype html> <html> <head> <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.5/angular.min.js"></script> <script> var app = angular.module('AngularRestApp', []); app.controller('restExample', function($scope, $http) { $scope.topics = [ 'Java', 'Camel', 'Apache-CXF', 'Junit', 'REST', 'spring' ]; $scope.submit = function() { if ($scope.topics.indexOf($scope.topic) == -1) { $scope.error = 'Entered Topic is Not available.' + ' Also, It is a Case sensitive'; } else { $scope.error = ''; $scope.getBlogPosts(); } }; $scope.getBlogPosts = function() { $http.get( "http://www.kswaughs.com/feeds/posts/summary/-/" + $scope.topic + "?alt=json").then( function(response) { $scope.myData = response.data.feed.entry; $scope.myPost = $scope.topic; }); }; }); </script> </head> <body> <div ng-app="AngularRestApp" ng-controller="restExample"> <b>List of topics available in www.kswaughs.com</b> <ul> <li ng-repeat="x in topics">{{$index+1}} {{x}}</li> </ul> <br/> <label>Topic:</label> <input type="text" ng-model="topic" placeholder="Enter topic here"> <input type="button" value="Get Posts" ng-click="submit()" /> <p ng-bind="error" style="color:red"></p> <hr /> <p> <b>Posts of {{myPost}} </b> </p> <ul> <li ng-repeat="entry in myData"> <a ng-repeat="link in entry.link | filter:{rel: 'alternate'}" href="{{link.href}}">{{entry.title.$t}}</a> </li> </ul> </div> </body> </html>
DEMO
List of topics available in www.kswaughs.com
- {{$index+1}} {{x}}
Posts of {{myPost}}
Your examples looking like expert advice buddy. Thanks for the post. AngularJS Training in Chennai | AngularJS Training
ReplyDeleteYour Blog is really amazing with smart content..Thanks for sharing this interesting Blog..
ReplyDeleteITIL Certification Exam Center in Chennai | ITIL Certification Training in Chennai
the article is very good and useful
ReplyDeleteFinal Year Project Center in Chennai | Best Project Center in Chennai | No.1 Final Year Project Center in Chennai | Best Project Center in Velachery
pretty post..! This content is very helpful for developing my knowledge and I want additional information about this topic. Please posting and sharing with us...
ReplyDeleteSpark Training in Chennai
Spark Training
Pega Training in Chennai
Primavera Training in Chennai
Embedded System Course Chennai
Linux Training in Chennai
Power BI Training in Chennai
Corporate Training in Chennai
Unix Training in Chennai
I am really enjoying reading your well-written articles. It looks like you spend a lot of effort and time on your blog. I have bookmarked it and I am looking forward to reading new articles. Keep up the good work.
ReplyDeleteVMware Training in Chennai
VMware Training
Vmware cloud certification
R Training in Chennai
RPA Training in Chennai
DevOps certification in Chennai
VMWare Training in Anna Nagar
VMWare Training in T Nagar
VMWare Training in Adyar
Great Article
ReplyDeletebig data projects for cse final year students
Java Training in Chennai
Final Year Projects for CSE
Java Training in Chennai
Web development is constantly growing, your tutorials are great to learn these technology stacks and stay updated. Find resources for algorithms, data structures, and system design interview preparation. Amazing blog.
ReplyDelete