angularjs
Thursday, 21 April 2016
angularjs
AngularJS is a
JavaScript framework
. It can be added to an HTML page with a <script> tag.
AngularJS extends HTML attributes with
Directives
, and binds data to HTML with
Expressions
.
AngularJS is an open source web application framework. It was originally developed in 2009 by Misko Hevery and Adam Abrons. It is now maintained by Google. Its latest version is 1.4.3.
AngularJS is a JavaScript Framework
AngularJS is a JavaScript framework. It is a library written in JavaScript.
AngularJS is distributed as a JavaScript file, and can be added to a web page with a script tag:
<
script
src=
"http://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.min.js"
>
<
/script
>
Home
Subscribe to:
Posts (Atom)