From e7b58390e0bf1c484ac286f8ee9ffe3631077c58 Mon Sep 17 00:00:00 2001 From: Jiang Haiyun Date: Fri, 23 Dec 2016 03:55:06 +0800 Subject: [angularjs/en] typo fix (#2605) --- angularjs.html.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'angularjs.html.markdown') diff --git a/angularjs.html.markdown b/angularjs.html.markdown index 89afa291..e72d89ad 100644 --- a/angularjs.html.markdown +++ b/angularjs.html.markdown @@ -53,7 +53,7 @@ Before you study AngularJS, you should have a basic understanding of: * The ng-model directive binds the value of the input field to the application variable name. * The ng-bind directive binds the innerHTML of the

element to the application variable name. */ - Here are content to be intrepreted + Here are content to be interpreted /////////////////////////////////// // AngularJS Expressions @@ -275,7 +275,7 @@ angular.module('myApp', []).controller('namesCtrl', function($scope) { /////////////////////////////////// -// AngularJS Filers +// AngularJS Filters // Filters can be added to expressions and directives using a pipe character. // AngularJS filters can be used to transform data: @@ -326,7 +326,7 @@ angular.module('myApp', []).controller('namesCtrl', function($scope) { //An input filter can be added to a directive with a pipe character (|) //and filter followed by a colon and a model name. -//The filter filter selects a subset of an array: +//The filter selects a subset of an array:

-- cgit v1.2.3 From 2b6e4601ca1dc80fa83c2580539cb843f1c217e7 Mon Sep 17 00:00:00 2001 From: ven Date: Fri, 23 Dec 2016 12:18:23 +0100 Subject: Update angularjs.html.markdown --- angularjs.html.markdown | 5 ----- 1 file changed, 5 deletions(-) (limited to 'angularjs.html.markdown') diff --git a/angularjs.html.markdown b/angularjs.html.markdown index e72d89ad..737b99c7 100644 --- a/angularjs.html.markdown +++ b/angularjs.html.markdown @@ -706,8 +706,3 @@ app.controller('myCtrl', function($scope) { - http://www.w3schools.com/angular/angular_ref_directives.asp - http://www.w3schools.com/angular/default.asp - https://teamtreehouse.com/library/angular-basics/ - -Feedback is welcome! You can find me in: -[@WalterC_87](https://twitter.com/WalterC_87), or -[me@waltercordero.com](mailto:me@waltercordero.com). - -- cgit v1.2.3 From d6113f905037b444f22f1e8682092b79c26cf55d Mon Sep 17 00:00:00 2001 From: Michal Zuber Date: Fri, 18 Aug 2017 06:27:04 +0200 Subject: Update angularjs.html.markdown Links are not clickable on https://learnxinyminutes.com/docs/angularjs/ --- angularjs.html.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'angularjs.html.markdown') diff --git a/angularjs.html.markdown b/angularjs.html.markdown index 737b99c7..9156490e 100644 --- a/angularjs.html.markdown +++ b/angularjs.html.markdown @@ -699,10 +699,10 @@ app.controller('myCtrl', function($scope) { **Examples** -- http://www.w3schools.com/angular/angular_examples.asp +- [http://www.w3schools.com/angular/angular_examples.asp](http://www.w3schools.com/angular/angular_examples.asp) **References** -- http://www.w3schools.com/angular/angular_ref_directives.asp -- http://www.w3schools.com/angular/default.asp -- https://teamtreehouse.com/library/angular-basics/ +- [http://www.w3schools.com/angular/angular_ref_directives.asp](http://www.w3schools.com/angular/angular_ref_directives.asp) +- [http://www.w3schools.com/angular/default.asp](http://www.w3schools.com/angular/default.asp) +- [https://teamtreehouse.com/library/angular-basics/](https://teamtreehouse.com/library/angular-basics/) -- cgit v1.2.3