We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 675c441 commit f122d78Copy full SHA for f122d78
src/interface.ts
@@ -695,7 +695,7 @@ export interface Ng1Controller {
695
* this.originalData = angular.copy(this.data);
696
*
697
* this.uiCanExit = function() {
698
- * if (!angular.equals(this.data, this.originalData) {
+ * if (!angular.equals(this.data, this.originalData)) {
699
* // Note: This could also return a Promise and request async
700
* // confirmation using something like ui-bootstrap $modal
701
* return window.confirm("Data has changed. Exit anyway and lose changes?");
0 commit comments