We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 879969a commit abacf3fCopy full SHA for abacf3f
angular-material/angular-material-tests.ts
@@ -96,5 +96,5 @@ myApp.controller('SidenavController', ($scope: ng.IScope, $mdSidenav: ng.materia
96
});
97
98
myApp.controller('ToastController', ($scope: ng.IScope, $mdToast: ng.material.IToastService) => {
99
- $scope['openToast'] = () => $mdToast.show($mdToast.simple().content('Hello!'));
100
-});
+ $scope['openToast'] = () => $mdToast.show($mdToast.simple().textContent('Hello!'));
+});
0 commit comments