Skip to content

Commit

Permalink
changed version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spike886 committed Sep 10, 2015
1 parent f485387 commit afce286
Show file tree
Hide file tree
Showing 60 changed files with 10,192 additions and 17,918 deletions.
10 changes: 4 additions & 6 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-touch-widgets",
"version": "0.1.0",
"version": "0.2.0",
"description": "angular-touch-widgets: A collection of simple and beautiful widgets developed for ionic framework",
"authors": [
{
Expand All @@ -22,11 +22,9 @@
],
"dependencies": {
"Ionicons": "ionicons#~2.0.1",
"ionic": "~1.1.0"
"ionic": "~1.0.1"
},
"devDependencies": {
"angular": "~1.4.3",
"angular-mocks": ">=1.2.0",
"angular-scenario": ">=1.2.0"
"resolutions": {
"angular": "1.3.13"
}
}
12 changes: 6 additions & 6 deletions bower/angular-animate/.bower.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "angular-animate",
"version": "1.4.3",
"version": "1.3.13",
"main": "./angular-animate.js",
"ignore": [],
"dependencies": {
"angular": "1.4.3"
"angular": "1.3.13"
},
"homepage": "https://github.com/angular/bower-angular-animate",
"_release": "1.4.3",
"_release": "1.3.13",
"_resolution": {
"type": "version",
"tag": "v1.4.3",
"commit": "4ce2a76359401102d2e0146ccf69e6c060799ff8"
"tag": "v1.3.13",
"commit": "f18cb98590471ad9c1e5ae0e57178e9ecb8d384c"
},
"_source": "git://github.com/angular/bower-angular-animate.git",
"_target": "1.4.3",
"_target": "1.3.13",
"_originalSource": "angular-animate"
}
13 changes: 11 additions & 2 deletions bower/angular-animate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,21 @@ You can install this package either with `npm` or with `bower`.
npm install angular-animate
```

Add a `<script>` to your `index.html`:

```html
<script src="/node_modules/angular-animate/angular-animate.js"></script>
```

Then add `ngAnimate` as a dependency for your app:

```javascript
angular.module('myApp', [require('angular-animate')]);
angular.module('myApp', ['ngAnimate']);
```

Note that this package is not in CommonJS format, so doing `require('angular-animate')` will
return `undefined`.

### bower

```shell
Expand Down Expand Up @@ -47,7 +56,7 @@ Documentation is available on the

The MIT License

Copyright (c) 2010-2015 Google, Inc. http://angularjs.org
Copyright (c) 2010-2012 Google, Inc. http://angularjs.org

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading

0 comments on commit afce286

Please sign in to comment.