Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

docs($interpolateProvider): describe your change... #13608

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/ng/interpolate.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ $interpolateMinErr.interr = function(text, err) {
this.label = "This binding is brought you by // interpolation symbols.";
});
</script>
<div ng-app="App" ng-controller="DemoController as demo">
<div ng-app="customInterpolationApp" ng-controller="DemoController as demo">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder why the protractor test below didn't catch this. Not very reassuring... :)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I signed it!

Thanks,
Sakkeer Hussain

On 22 December 2015 at 16:26, Georgios Kalpakas [email protected]
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.

//demo.label//
</div>
</file>
Expand Down