mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 23:16:52 +08:00
Fixed #159
This commit is contained in:
@ -48,6 +48,7 @@ module.exports = function(grunt) {
|
|||||||
},
|
},
|
||||||
distAngular: {
|
distAngular: {
|
||||||
src: [
|
src: [
|
||||||
|
'js/_license.js',
|
||||||
'vendor/angular/1.2.1/angular.js',
|
'vendor/angular/1.2.1/angular.js',
|
||||||
'vendor/angular/1.2.1/angular-animate.js',
|
'vendor/angular/1.2.1/angular-animate.js',
|
||||||
'vendor/angular/1.2.1/angular-resource.js',
|
'vendor/angular/1.2.1/angular-resource.js',
|
||||||
|
|||||||
13
dist/css/ionic.css
vendored
13
dist/css/ionic.css
vendored
@ -1,4 +1,17 @@
|
|||||||
@charset "UTF-8";
|
@charset "UTF-8";
|
||||||
|
/**
|
||||||
|
* Copyright 2013 Drifty Co.
|
||||||
|
* http://drifty.com/
|
||||||
|
|
||||||
|
* Ionic - a powerful HTML5 mobile app framework.
|
||||||
|
* http://ionicframework.com/
|
||||||
|
*
|
||||||
|
*
|
||||||
|
* By @maxlynch, @helloimben, @adamdbradley <3
|
||||||
|
*
|
||||||
|
* Licensed under the MIT license. Please see LICENSE for more information.
|
||||||
|
*
|
||||||
|
*/
|
||||||
/**
|
/**
|
||||||
* Resets
|
* Resets
|
||||||
* --------------------------------------------------
|
* --------------------------------------------------
|
||||||
|
|||||||
14
dist/js/ionic-angular.js
vendored
14
dist/js/ionic-angular.js
vendored
@ -1,3 +1,17 @@
|
|||||||
|
/**
|
||||||
|
* Copyright 2013 Drifty Co.
|
||||||
|
* http://drifty.com/
|
||||||
|
|
||||||
|
* Ionic - a powerful HTML5 mobile app framework.
|
||||||
|
* http://ionicframework.com/
|
||||||
|
*
|
||||||
|
*
|
||||||
|
* By @maxlynch, @helloimben, @adamdbradley <3
|
||||||
|
*
|
||||||
|
* Licensed under the MIT license. Please see LICENSE for more information.
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
;
|
||||||
/**
|
/**
|
||||||
* @license AngularJS v1.2.1
|
* @license AngularJS v1.2.1
|
||||||
* (c) 2010-2012 Google, Inc. http://angularjs.org
|
* (c) 2010-2012 Google, Inc. http://angularjs.org
|
||||||
|
|||||||
24
dist/js/ionic.js
vendored
24
dist/js/ionic.js
vendored
@ -1,16 +1,16 @@
|
|||||||
/*
|
/**
|
||||||
Copyright 2013 Drifty Co.
|
* Copyright 2013 Drifty Co.
|
||||||
http://drifty.com/
|
* http://drifty.com/
|
||||||
|
|
||||||
Ionic - an amazing HTML5 mobile app framework.
|
* Ionic - a powerful HTML5 mobile app framework.
|
||||||
http://ionicframework.com/
|
* http://ionicframework.com/
|
||||||
|
*
|
||||||
By @maxlynch, @helloimben, @adamdbradley <3
|
*
|
||||||
|
* By @maxlynch, @helloimben, @adamdbradley <3
|
||||||
Licensed under the MIT license. Please see LICENSE for more information.
|
*
|
||||||
|
* Licensed under the MIT license. Please see LICENSE for more information.
|
||||||
Make awesome shit.
|
*
|
||||||
*/
|
*/
|
||||||
;
|
;
|
||||||
|
|
||||||
// Create namespaces
|
// Create namespaces
|
||||||
|
|||||||
@ -1,13 +1,13 @@
|
|||||||
/*
|
/**
|
||||||
Copyright 2013 Drifty Co.
|
* Copyright 2013 Drifty Co.
|
||||||
http://drifty.com/
|
* http://drifty.com/
|
||||||
|
|
||||||
Ionic - an amazing HTML5 mobile app framework.
|
* Ionic - a powerful HTML5 mobile app framework.
|
||||||
http://ionicframework.com/
|
* http://ionicframework.com/
|
||||||
|
*
|
||||||
By @maxlynch, @helloimben, @adamdbradley <3
|
*
|
||||||
|
* By @maxlynch, @helloimben, @adamdbradley <3
|
||||||
Licensed under the MIT license. Please see LICENSE for more information.
|
*
|
||||||
|
* Licensed under the MIT license. Please see LICENSE for more information.
|
||||||
Make awesome shit.
|
*
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -1,5 +1,19 @@
|
|||||||
@charset "UTF-8";
|
@charset "UTF-8";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Copyright 2013 Drifty Co.
|
||||||
|
* http://drifty.com/
|
||||||
|
|
||||||
|
* Ionic - a powerful HTML5 mobile app framework.
|
||||||
|
* http://ionicframework.com/
|
||||||
|
*
|
||||||
|
*
|
||||||
|
* By @maxlynch, @helloimben, @adamdbradley <3
|
||||||
|
*
|
||||||
|
* Licensed under the MIT license. Please see LICENSE for more information.
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
@import
|
@import
|
||||||
// Variables
|
// Variables
|
||||||
"mixins",
|
"mixins",
|
||||||
|
|||||||
Reference in New Issue
Block a user