mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 06:57:02 +08:00
Header bar unit.
This commit is contained in:
@ -1,8 +1,8 @@
|
|||||||
describe('HeaderBar View', function() {
|
describe('HeaderBar View', function() {
|
||||||
|
var h;
|
||||||
beforeEach(function() {
|
beforeEach(function() {
|
||||||
var h = document.createElement('header');
|
h = document.createElement('header');
|
||||||
h.innerHTML = '<a class="button">Click</a><h2 class="title">What what what</h2>';
|
h.innerHTML = '<a class="button">Click</a><h1 class="title">What what what</h1>';
|
||||||
h.appendChild('h1');
|
|
||||||
});
|
});
|
||||||
|
|
||||||
it('Should init', function() {
|
it('Should init', function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user