mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-05 05:38:49 +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
|
* Nav controllers and header bar animations
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -20,6 +20,8 @@ module.exports = function(config) {
|
|||||||
'dist/js/ionic.js',
|
'dist/js/ionic.js',
|
||||||
'dist/js/ionic-angular.js',
|
'dist/js/ionic-angular.js',
|
||||||
|
|
||||||
|
'https://ajax.googleapis.com/ajax/libs/angularjs/1.2.1/angular-mocks.js',
|
||||||
|
|
||||||
'test/**/*.js',
|
'test/**/*.js',
|
||||||
|
|
||||||
'js/ext/angular/test/**/*.js'
|
'js/ext/angular/test/**/*.js'
|
||||||
|
|||||||
@ -9,7 +9,7 @@ describe('Angular Ionic Nav Router', function() {
|
|||||||
scope = $rootScope;
|
scope = $rootScope;
|
||||||
}));
|
}));
|
||||||
|
|
||||||
iit('Should init', function() {
|
it('Should init', function() {
|
||||||
element = compile('<pane nav-router>' +
|
element = compile('<pane nav-router>' +
|
||||||
'<nav-bar></nav-bar>' +
|
'<nav-bar></nav-bar>' +
|
||||||
'<ng-view></ng-view>' +
|
'<ng-view></ng-view>' +
|
||||||
|
|||||||
Reference in New Issue
Block a user