diff --git a/js/angular/controller/scrollController.js b/js/angular/controller/scrollController.js index 024cc4cca7..c8619118f3 100644 --- a/js/angular/controller/scrollController.js +++ b/js/angular/controller/scrollController.js @@ -165,8 +165,6 @@ function($scope, scrollViewOptions, $timeout, $window, $$scrollValueCache, $loca } }; - - /** * @private */ diff --git a/js/angular/service/modal.js b/js/angular/service/modal.js index ad5aa75375..b95ef007d3 100644 --- a/js/angular/service/modal.js +++ b/js/angular/service/modal.js @@ -4,7 +4,8 @@ * @module ionic * @description * The Modal is a content pane that can go over the user's main view - * temporarily. Usually used for making a choice or editing an item. + * temporarily. Usually used for making a choice or editing an item. + * Note that you need to put the content of the modal inside a div with the class `modal`. * * @usage * ```html