Vipin Agarwal
Tips & tricks on .Net, SQL & Javascript
Site Sections
Home
Contact
Syndication
Login
Posts
33
Comments
186
Trackbacks
0
Angular
Angular JS - adding Options dynamically to Select drop down box
You can create options elements of <select> dynamically using Angular.An example of it with various options like grouping options or disabling few are also available.<html> <head> <script data-require="angular.js@1.... data-semver="1.4.0" src="https://code.angularjs... <script type="text/javascript"> angular.module("app", []).controller("myController", ["$scope", function($scope) { $scope.OptionArray = [{ text: "Mumbai", id: 1, Country: ......
Share This Post:
Short Url:
http://wblo.gs/gwt
Posted On
Sunday, June 14, 2015 3:31 PM
|
Comments (4)
AngularJS - Basics
I have recently been learning AngularJS by myself through online documentation. No Wonder it is so popular, its just WOW. It's sop much easier to work and not to worry about two-way binding. Angualr JS takes care of it automatically for us. You don't need any framework or installations to get started working with AngualrJS. It makes life so much easier building SPA(Single Page Applications). All you need to do to get up and running on Angular JS is - Download AngularJS library from Google official ......
Share This Post:
Short Url:
http://wblo.gs/gwr
Posted On
Sunday, June 14, 2015 2:02 PM
|
Comments (2)
Archives
January 2016 (2)
November 2015 (1)
August 2015 (1)
June 2015 (2)
July 2014 (1)
March 2014 (1)
July 2013 (1)
June 2013 (1)
March 2013 (5)
February 2013 (3)
March 2012 (5)
June 2011 (5)
October 2010 (1)
September 2010 (1)
March 2010 (3)
Post Categories
.NET 2.0
General
MSBuild
C# 3.0
.NET 3.5
LINQ
Enterprise Library
MVC
C# 4.0
Entity Framework
Data Services
ASP.NET
Velocity
.NET 4.0
AppFabric
WCF
REST
KnockoutJS
JavaScript
Azure
Windows 8
TypeScript
AngularJS
Ionic
Mobile
Copyright © 2005 Vipin
This work is licensed under a
Creative Commons License