From 686b13bf60e5b2d3d904fde5c076e50faaf9bcb7 Mon Sep 17 00:00:00 2001 From: Jesse Palmer Date: Thu, 30 Jan 2014 22:10:08 -0500 Subject: docs(core): add closing tag to ngApp directive example added missing closing tag to ngApp example. Closes #6066 --- src/Angular.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Angular.js b/src/Angular.js index e9d1de88..bccaeebd 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -1132,6 +1132,7 @@ function encodeUriQuery(val, pctEncodeSpaces) {
I can add: {{a}} + {{b}} = {{ a+b }} +
angular.module('ngAppDemo', []).controller('ngAppDemoController', function($scope) { -- cgit v1.2.3