Showing posts with label controller in Angular JS. Show all posts
Showing posts with label controller in Angular JS. Show all posts

Tuesday, December 20, 2016

20 Dec

Which is the Front-end technologies for SharePoint Framework development?

Microsoft has clearly mentioned in their key notes, they are building the framework and it is related samples using KnockoutJs and ReactJs with Typescript. Since it is an open-source based development model, choosing the framework/technologies are completely our choices, based on our knowledge and requirements. Here...

Friday, August 26, 2016

26 Aug

Controller in Angular JS

<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.min.js"></script> <script> angular.module('test', []).controller('menu', function($scope) {     $scope.names = [         {furit:'Orange',vegtable:'Drumstick'},         {furit:'Apple',vegtable:'Ladyfinger'},  ...