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: {
|
||||
src: [
|
||||
'js/_license.js',
|
||||
'vendor/angular/1.2.1/angular.js',
|
||||
'vendor/angular/1.2.1/angular-animate.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";
|
||||
/**
|
||||
* 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
|
||||
* --------------------------------------------------
|
||||
|
||||
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
|
||||
* (c) 2010-2012 Google, Inc. http://angularjs.org
|
||||
|
||||
22
dist/js/ionic.js
vendored
22
dist/js/ionic.js
vendored
@ -1,15 +1,15 @@
|
||||
/*
|
||||
Copyright 2013 Drifty Co.
|
||||
http://drifty.com/
|
||||
/**
|
||||
* Copyright 2013 Drifty Co.
|
||||
* http://drifty.com/
|
||||
|
||||
Ionic - an amazing HTML5 mobile app framework.
|
||||
http://ionicframework.com/
|
||||
|
||||
By @maxlynch, @helloimben, @adamdbradley <3
|
||||
|
||||
Licensed under the MIT license. Please see LICENSE for more information.
|
||||
|
||||
Make awesome shit.
|
||||
* 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.
|
||||
*
|
||||
*/
|
||||
;
|
||||
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
/*
|
||||
Copyright 2013 Drifty Co.
|
||||
http://drifty.com/
|
||||
/**
|
||||
* Copyright 2013 Drifty Co.
|
||||
* http://drifty.com/
|
||||
|
||||
Ionic - an amazing HTML5 mobile app framework.
|
||||
http://ionicframework.com/
|
||||
|
||||
By @maxlynch, @helloimben, @adamdbradley <3
|
||||
|
||||
Licensed under the MIT license. Please see LICENSE for more information.
|
||||
|
||||
Make awesome shit.
|
||||
* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
@ -1,5 +1,19 @@
|
||||
@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
|
||||
// Variables
|
||||
"mixins",
|
||||
|
||||
Reference in New Issue
Block a user