mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 15:07:13 +08:00
Did I doo thaaaat
This commit is contained in:
3
dist/js/ionic-angular.js
vendored
3
dist/js/ionic-angular.js
vendored
@ -919,7 +919,7 @@ angular.module('ionic.ui.nav', ['ionic.service.templateLoad', 'ionic.service.ges
|
||||
|
||||
})();
|
||||
;
|
||||
(function() {
|
||||
(function(ionic) {
|
||||
'use strict';
|
||||
|
||||
/**
|
||||
@ -940,6 +940,7 @@ angular.module('ionic.ui.scroll', [])
|
||||
template: '<div class="scroll-content" ng-transclude></div>'
|
||||
};
|
||||
});
|
||||
})(window.ionic);
|
||||
;
|
||||
(function() {
|
||||
'use strict';
|
||||
|
||||
Reference in New Issue
Block a user