Did I doo thaaaat

This commit is contained in:
Max Lynch
2013-11-06 14:04:36 -06:00
parent 2798630b39
commit 88d6a61b0b
5 changed files with 46 additions and 44 deletions

View File

@ -1,4 +1,4 @@
(function() {
(function(ionic) {
'use strict';
/**
@ -19,3 +19,4 @@ angular.module('ionic.ui.scroll', [])
template: '<div class="scroll-content" ng-transclude></div>'
};
});
})(window.ionic);