Angular ui.grid module is
external library for
AngularJS to create table.You can read more
detail form the following
link https://github.com/angular-ui/ng-grid .In this
demo, "
We will create a table using Angular ui grid and YouTube Google developer video json data".
$resource is used for create a
AJAX request to download the
Google developer channel as JSON data.The
response for YouTube is a big
JSON object.From this response we have used
category and
title to create...
Published on November 22, 2014 08:30