From c0886be148be0fda0cb39eab410c7f3ef9a150b1 Mon Sep 17 00:00:00 2001 From: Randi Hillerøe Date: Wed, 11 Sep 2013 21:16:17 +0200 Subject: docs(guide/concepts): remove div-clear-tags that break the formatting Closes #3974 --- docs/content/guide/concepts.ngdoc | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'docs/content/guide') diff --git a/docs/content/guide/concepts.ngdoc b/docs/content/guide/concepts.ngdoc index 06a06885..bab511bd 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', [])
--
cgit v1.2.3