Fixed navbar hack demo

This commit is contained in:
Max Lynch
2013-09-23 00:33:14 -05:00
parent 3bd0c8b167
commit cfd80a2282
2 changed files with 9 additions and 6 deletions

View File

@ -1,4 +1,7 @@
(function(ionic) {
ionic.ui = ionic.ui || {};
ionic.ui.NavBar = function(opts) {
this.el = opts.el;