From dfd1b04c7cc691a0f0ab01afd79cc06d85d345ea Mon Sep 17 00:00:00 2001 From: Jesse Palmer Date: Thu, 30 Jan 2014 22:10:08 -0500 Subject: [PATCH] Update Angular.js added missing closing tag to ngApp example. --- src/Angular.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Angular.js b/src/Angular.js index 21ce1ff7282d..bbb9189f560b 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -1131,6 +1131,7 @@ function encodeUriQuery(val, pctEncodeSpaces) {
I can add: {{a}} + {{b}} = {{ a+b }} +
angular.module('ngAppDemo', []).controller('ngAppDemoController', function($scope) {