diff --git a/docs/content/guide/concepts.ngdoc b/docs/content/guide/concepts.ngdoc index 06a06885eda1..bab511bdb414 100644 --- a/docs/content/guide/concepts.ngdoc +++ b/docs/content/guide/concepts.ngdoc @@ -45,8 +45,6 @@ This is how we get the ball rolling (refer to the diagram and example below): 9. The `{{name}}` {@link api/ng.$interpolate interpolates} the expression to `Hello World!` -
Hello {{name}}!
@@ -126,8 +124,6 @@ user enters text into the text field. the JavaScript execution context. 7. The browser re-renders the view with update text. -// Create a module var myModule = angular.module('myModule', [])