Skip to content

Commit

Permalink
changes in description
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeshwarpatlolla committed Jun 24, 2015
1 parent 8ff9431 commit 32bcd6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -73,7 +73,7 @@ d) `time` is the fourth argument, which takes time in milliseconds. If the value
7) In your controller you have to define a function like below to hide the toast

````javascript
$scope.showToast = function(){
$scope.hideToast = function(){
ionicToast.hide();
};
````
Expand Down

0 comments on commit 32bcd6e

Please sign in to comment.