mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 06:57:02 +08:00
Fixed navbar hack demo
This commit is contained in:
@ -1,4 +1,7 @@
|
||||
(function(ionic) {
|
||||
|
||||
ionic.ui = ionic.ui || {};
|
||||
|
||||
ionic.ui.NavBar = function(opts) {
|
||||
this.el = opts.el;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user