Browse Source

Updated ui-bootstrap

Fixed forwarded modal destroy
master
Igor Zhukov 10 years ago
parent
commit
f036ea1402
  1. 2
      app/index.html
  2. 5
      app/js/directives.js
  3. 1066
      app/vendor/ui-bootstrap/ui-bootstrap-custom-0.10.0.js
  4. 8
      app/vendor/ui-bootstrap/ui-bootstrap-custom-0.10.0.min.js
  5. 1105
      app/vendor/ui-bootstrap/ui-bootstrap-custom-tpls-0.10.0.js
  6. 8
      app/vendor/ui-bootstrap/ui-bootstrap-custom-tpls-0.10.0.min.js
  7. 4220
      app/vendor/ui-bootstrap/ui-bootstrap-custom-tpls-0.12.0.js
  8. 2
      app/webogram.appcache

2
app/index.html

@ -51,7 +51,7 @@ @@ -51,7 +51,7 @@
<script type="text/javascript" src="vendor/angular/angular-animate.js"></script>
<script type="text/javascript" src="vendor/angular/angular-sanitize.js"></script>
<script type="text/javascript" src="vendor/angular/angular-touch.js"></script>
<script type="text/javascript" src="vendor/ui-bootstrap/ui-bootstrap-custom-tpls-0.10.0.js"></script>
<script type="text/javascript" src="vendor/ui-bootstrap/ui-bootstrap-custom-tpls-0.12.0.js"></script>
<script type="text/javascript" src="vendor/angular-media-player/angular-media-player.js"></script>
<script type="text/javascript" src="vendor/jsbn/jsbn_combined.js"></script>

5
app/js/directives.js

@ -1264,11 +1264,12 @@ angular.module('myApp.directives', ['myApp.filters']) @@ -1264,11 +1264,12 @@ angular.module('myApp.directives', ['myApp.filters'])
var cData = (e.originalEvent || e).clipboardData,
items = cData && cData.items || [],
files = [],
i;
file, i;
for (i = 0; i < items.length; i++) {
if (items[i].kind == 'file') {
files.push(items[i].getAsFile());
file = items[i].getAsFile();
files.push(file);
}
}

1066
app/vendor/ui-bootstrap/ui-bootstrap-custom-0.10.0.js vendored

File diff suppressed because it is too large Load Diff

8
app/vendor/ui-bootstrap/ui-bootstrap-custom-0.10.0.min.js vendored

File diff suppressed because one or more lines are too long

1105
app/vendor/ui-bootstrap/ui-bootstrap-custom-tpls-0.10.0.js vendored

File diff suppressed because it is too large Load Diff

8
app/vendor/ui-bootstrap/ui-bootstrap-custom-tpls-0.10.0.min.js vendored

File diff suppressed because one or more lines are too long

4220
app/vendor/ui-bootstrap/ui-bootstrap-custom-tpls-0.12.0.js vendored

File diff suppressed because it is too large Load Diff

2
app/webogram.appcache

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
CACHE MANIFEST
# 41
# 42
NETWORK:
*

Loading…
Cancel
Save