How to connect angularjs with MySql database
Now, we are discusses about connect...
Wednesday, 27 November 2013
Monday, 11 November 2013
AngularJS - ngAnimate in Filter Array items
In this tutorials, we are discuss about ngAnimate in filter array items. The ngAnimate with the some of the directives,
Directive name...
Thursday, 7 November 2013
How to using ngAnimate in partial template views.
In this tutorial, we are discusses about using ngAnimate in partial template view.
Using nganimate in partial template view.
In this tutorial using two type of modules
1.ngRoute - It is used for routing of templates
...
Friday, 25 October 2013
Sorting Array Items using AngularJS.
Part 6:
Array binding tutorial refer : Array binding concept
Sorting is a processes of arranging the items. Ascending or Descending order performing in the array of items. A standard order is often called ascending order [ex : 0 to 9, A to Z], the reverse processes is descending order [ex: Z ...
Monday, 21 October 2013
Create NGTODO Application using AngularJS
Part 5:
NGTodo is one of the task management application. It's very useful for manage project management or daily activities. Create this application using ng-repeat angularjs modle. The ng-repeat modle is extracting item from array. ng-repeat tutorials array binding tutorials
In this application,...
Saturday, 19 October 2013
Create calculator application use Angularjs
Part 4:
ng-option is one of the angularjs module. ng-option is using to create calculator application. This module is embedded in <select> html tag.
Syntax:
<select ...
Thursday, 17 October 2013
Online tools - Angularjs, MySQL, JS, JQuery, PHP.
This type of tools very useful for running sample codes. Dosn't require particular resource file.
MySql - MySQL Online Tool
PHP - PHP Online Tool
Angularjs, JS, JQuery, MooTools, Prototype, YUI, DoJo, Processing.JS, Ext.JS........etc.
Running this type of files use - JS Online...
Wednesday, 16 October 2013
How to set limit text in textbox and check email format using angularjs
Part 3:
Normally, no limit to enter number of characters in textbox. Minimum length or maximum length characters set in textbox so, display Too short! or Too long! messages. This concept is very useful for login page development and more.
Ex:
Set minimum...
Monday, 14 October 2013
AngularJS Array Binding and Filter concept
Part 2:
How to set array binding and filter in angularjs step by step examples in this tutorial.
What is array?
An array stores multiple values in single variable. An array is a special variable, which can hold more than one value at a time.
ex:
In php,
$lang = array("PHP","MYSQL");
access...
Saturday, 12 October 2013
MySQL Line Comment.
This is new MySQL Line Comment tutorial.
Part 1:
create simple database and tables through MySQL line comment.
1. Create Database Query
2. Create Tables Query
3. Insert Query
4. Select Query
Step 1:
Open MySql Line Comment window. Enter your system password.
Some instructions display.
Step 2:
Create EMPLOYEE database....
Monday, 7 October 2013
Angularjs tutorial
Part 1:
simple angularjs.
Angularjs is one of the google product and it is reduce server workload and quickly access data from database.
First of all, How to create simple angularjs.
It is very easy and follow step by step:
Step 1:
First, create one folder, For example, folder name angularjstut.
Step 2:
Create js...