Skip to content

Commit

Permalink
Fixed docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizzamia committed Aug 8, 2014
1 parent 9d5784f commit db52c2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"bootstrap": "3.2.0",
"components-font-awesome": "4.1.0",
"rainbow": "1.1.9",
"ng-tasty": "0.2.2-rc.1"
"ng-tasty": "^0.2.2"
},
"license": "MIT",
"ignore": [
Expand Down
1 change: 1 addition & 0 deletions docs/static/app.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
angular.module('myApp', [
'ngTasty',
'ui.bootstrap',
'myApp.controllers'
]);
angular.module('myApp.controllers', [])
Expand Down

0 comments on commit db52c2e

Please sign in to comment.