mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 23:16:52 +08:00
reorder HeaderBar after NavBar in grunt
This commit is contained in:
14
dist/ionic-simple.js
vendored
14
dist/ionic-simple.js
vendored
@ -1,10 +1,10 @@
|
||||
|
||||
(function(window, document, ionic) {
|
||||
|
||||
ionic.simple = {
|
||||
|
||||
|
||||
ionic.Components = {};
|
||||
|
||||
ionic.registerComponent = function(name, className) {
|
||||
this.Components[name] = className;
|
||||
};
|
||||
|
||||
function initalize() {
|
||||
@ -30,13 +30,7 @@
|
||||
(function(window, document, ionic) {
|
||||
|
||||
function initalize() {
|
||||
|
||||
ionic.on("swipe", swipe, document.body)
|
||||
|
||||
}
|
||||
|
||||
function swipe(e) {
|
||||
alert(e.target.tagName)
|
||||
ionic.registerComponent("toggle", "toggle");
|
||||
}
|
||||
|
||||
ionic.on("domready", initalize);
|
||||
|
||||
Reference in New Issue
Block a user