mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(): Add docs for ionicViewState, polish other docs
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
|
||||
angular.module('ionic.ui.scroll')
|
||||
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
.controller('$ionicScroll', ['$scope', 'scrollViewOptions', '$timeout', '$ionicScrollDelegate', '$window', function($scope, scrollViewOptions, $timeout, $ionicScrollDelegate, $window) {
|
||||
|
||||
var self = this;
|
||||
|
||||
Reference in New Issue
Block a user