diff --git a/guide/english/angularjs/angularjs-controller/index.md b/guide/english/angularjs/angularjs-controller/index.md new file mode 100644 index 0000000000..d0ddef7e59 --- /dev/null +++ b/guide/english/angularjs/angularjs-controller/index.md @@ -0,0 +1,31 @@ +--- +title: AngularJS Controller +--- +# AngularJS Controller +------ +Controllers are the behavior behind the DOM elements. AngularJS lets you express the behavior in a clean readable form without the usual boilerplate of updating the DOM, registering callbacks or watching model changes. (more info @ [https://angularjs.org/](https://angularjs.org/) + +Example +```html +