mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-04 21:30:00 +08:00
"Did I do thaaat"
This commit is contained in:
1
dist/css/themes/ionic-ios7.css
vendored
1
dist/css/themes/ionic-ios7.css
vendored
@ -1,3 +1,4 @@
|
||||
@charset "UTF-8";
|
||||
/**
|
||||
* Nav controllers and header bar animations
|
||||
*/
|
||||
|
||||
@ -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'
|
||||
|
||||
@ -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>' +
|
||||
|
||||
Reference in New Issue
Block a user