diff --git a/guide/english/angularjs/index.md b/guide/english/angularjs/index.md index 982783b33f..1757d9e233 100644 --- a/guide/english/angularjs/index.md +++ b/guide/english/angularjs/index.md @@ -4,8 +4,7 @@ title: AngularJS ## AngularJS [AngularJS](https://angularjs.org/) is an open source front-end JavaScript framework. AngularJS extends HTML to develop rich and powerful front-ends. -It reduces the repetitive use of HTML code. This repetition can be avoided by using the directives provided by AngularJS which saves -much time and effort. +It reduces the repetitive use of HTML code. This repetition can be avoided by using the directives provided by AngularJS which saves much time and effort. ## AngularJS Expressions - Expressions can be written inside double braces: `{{ expression }}` @@ -18,7 +17,32 @@ Example: {{ 5 + 5 }} or {{ firstName + " " + lastName }} ``` -**Install**: +Minimal example for usage of AngularJS in an HTML page: +```html + + +
+ + + + +