"Did I do thaaat"

This commit is contained in:
Max Lynch
2013-11-19 16:13:23 -06:00
parent cee8caef28
commit c3c1f39e88
3 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,4 @@
@charset "UTF-8";
/**
* Nav controllers and header bar animations
*/

View File

@ -20,6 +20,8 @@ module.exports = function(config) {
'dist/js/ionic.js',
'dist/js/ionic-angular.js',
'https://ajax.googleapis.com/ajax/libs/angularjs/1.2.1/angular-mocks.js',
'test/**/*.js',
'js/ext/angular/test/**/*.js'

View File

@ -9,7 +9,7 @@ describe('Angular Ionic Nav Router', function() {
scope = $rootScope;
}));
iit('Should init', function() {
it('Should init', function() {
element = compile('<pane nav-router>' +
'<nav-bar></nav-bar>' +
'<ng-view></ng-view>' +