app.controller(‘MainController’, [’$scope’, function($scope) {
$scope.title = ‘Top Sellers in Books’;
}]);
need line by line info what is this? what we doing or creating here?
app.controller(‘MainController’, [’$scope’, function($scope) {
$scope.title = ‘Top Sellers in Books’;
}]);
need line by line info what is this? what we doing or creating here?
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.