ĐÀO TẠO DOANH NGHIỆP : SỞ KHOA HỌC CÔNG NGHỆ TỈNH ĐỒNG NAI

ENTERPRISE TRAINING: DONG NAI DEPARTMENT OF SCIENCE AND TECHNOLOGY.

123

Wednesday, August 12, 2015

Introdution to AngularJS

Dear everybody, Long time I did not write the article 6 months ago, so today I continue for research new technology. It is AngularJS, in the future I will integrate it to sharepoint. Now we will find how to use AngularJS in web application. First: create new web application => create new html page then include script to refer AngularJS <script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.3.14/angular.min.js"></script> All content like below <!DOCTYPE html> <html> <script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.3.14/angular.min.js"></script> <body> <div...