chore(): factor out some angular functions to variables

This commit is contained in:
Andrew Joslin
2014-05-07 14:51:03 -06:00
parent 6e32c2f880
commit b785955348
26 changed files with 56 additions and 57 deletions

View File

@@ -24,7 +24,7 @@ function($scope, scrollViewOptions, $timeout, $window, $$scrollValueCache, $loca
this._scrollViewOptions = scrollViewOptions; //for testing
var element = this.element = scrollViewOptions.el;
var $element = this.$element = angular.element(element);
var $element = this.$element = jqLite(element);
var scrollView = this.scrollView = new ionic.views.Scroll(scrollViewOptions);
//Attach self to element as a controller so other directives can require this controller