Skip to content

Commit

Permalink
Update to latest nightly ionic
Browse files Browse the repository at this point in the history
  • Loading branch information
Urigo committed Feb 17, 2015
1 parent 7c398f7 commit 7646e96
Show file tree
Hide file tree
Showing 11 changed files with 4,872 additions and 2,487 deletions.
16 changes: 14 additions & 2 deletions .versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
angularui:angular-ui-router@0.2.13
angularui:angular-ui-router@0.2.13_2
base64@1.0.2
ejson@1.0.5
geojson-utils@1.0.2
id-map@1.0.2
json@1.0.2
meteor@1.1.4
minimongo@1.0.6
mquandalle:bower@1.3.12
observe-sequence@1.0.4
ordered-dict@1.0.2
random@1.0.2
tracker@1.0.5
underscore@1.0.2
urigo:ionic@0.3.0
urigo:angular@0.6.8
urigo:ionic@0.4.0
2 changes: 1 addition & 1 deletion dependencies/angular-animate.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license AngularJS v1.3.12
* @license AngularJS v1.3.13
* (c) 2010-2014 Google, Inc. http://angularjs.org
* License: MIT
*/
Expand Down
5 changes: 3 additions & 2 deletions dependencies/angular-sanitize.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license AngularJS v1.3.12
* @license AngularJS v1.3.13
* (c) 2010-2014 Google, Inc. http://angularjs.org
* License: MIT
*/
Expand Down Expand Up @@ -341,7 +341,8 @@ function htmlParser(html, handler) {
}

} else {
html = html.replace(new RegExp("(.*)<\\s*\\/\\s*" + stack.last() + "[^>]*>", 'i'),
// IE versions 9 and 10 do not understand the regex '[^]', so using a workaround with [\W\w].
html = html.replace(new RegExp("([\\W\\w]*)<\\s*\\/\\s*" + stack.last() + "[^>]*>", 'i'),
function(all, text) {
text = text.replace(COMMENT_REGEXP, "$1").replace(CDATA_REGEXP, "$1");

Expand Down
2,279 changes: 1,417 additions & 862 deletions lib/css/ionic.css
100755 → 100644

Large diffs are not rendered by default.

Binary file modified lib/fonts/ionicons.eot
100755 → 100644
Binary file not shown.
1,725 changes: 1,028 additions & 697 deletions lib/fonts/ionicons.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified lib/fonts/ionicons.ttf
100755 → 100644
Binary file not shown.
Binary file modified lib/fonts/ionicons.woff
100755 → 100644
Binary file not shown.
Loading

0 comments on commit 7646e96

Please sign in to comment.