diff options
Diffstat (limited to 'src/Angular.js')
| -rw-r--r-- | src/Angular.js | 1 | 
1 files changed, 1 insertions, 0 deletions
| 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) {     <file name="index.html">     <div ng-controller="ngAppDemoController">       I can add: {{a}} + {{b}} =  {{ a+b }} +   </div>     </file>     <file name="script.js">     angular.module('ngAppDemo', []).controller('ngAppDemoController', function($scope) { | 
