Angular Basic
MVC pattern in AngulaJS
//defining module
var app=angular.module(“app”,[]);
//defining controller
app.controller(‘Ctrl’, function ($scope)
{
//defining book’s authors model
var bookAuthors=[“Leardershiop”,”Human”]
//defining book viewmodel
$scope.books = { id: ‘ABXY01’, name: ‘Welcome to this blog’,
authors: bookAuthors}
});
| Book Id : | |
| Name : | |
| Authors : |

Its very informative blog and useful article thank you for sharing with us , keep posting learn Angularjs online Training
LikeLike
Hiiii…Thanks for sharing Great info…Nice post…Keep move on…Angular JS Training in Hyderabad
LikeLike