docs($interpolateProvider): describe your change...#13608
docs($interpolateProvider): describe your change...#13608sakkeerhussain wants to merge 1 commit into
Conversation
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed, please reply here (e.g.
|
There was a problem hiding this comment.
I wonder why the protractor test below didn't catch this. Not very reassuring... :)
There was a problem hiding this comment.
I signed it!
Thanks,
Sakkeer Hussain
On 22 December 2015 at 16:26, Georgios Kalpakas notifications@github.com
wrote:
In src/ng/interpolate.js
#13608 (comment):@@ -44,7 +44,7 @@ $interpolateMinErr.interr = function(text, err) {
this.label = "This binding is brought you by // interpolation symbols.";
});
</script>
-
+I wonder why the protractor test below didn't catch this. Not very
reassuring... :)—
Reply to this email directly or view it on GitHub
https://github.com/angular/angular.js/pull/13608/files#r48242715.
The example processor is adding the module attr in the example tag as the ng-app attr on the body. Closes angular#13608
|
The example processor is adding the module defined by |
The example processor is adding the module attr in the example tag as the ng-app attr on the body. Closes #13608
App name was different in two parts in example code.