delegates: add tabbar, update docs

This commit is contained in:
Andy Joslin
2014-03-24 20:35:55 -06:00
parent 621a355706
commit 5567b08c4b
10 changed files with 117 additions and 110 deletions

View File

@@ -165,6 +165,8 @@ angular.module('ionic.ui.scroll')
* @param {string} handle
* @returns `delegateInstance` A delegate instance that controls only the
* scrollViews with `delegate-handle` matching the given handle.
*
* Example: `$ionicScrollDelegate.getByHandle('my-handle').scrollTop();`
*/
]))