Skip to content

Commit

Permalink
feat($scroller): allow desktop scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoslin committed Jul 25, 2013
1 parent 70da3b5 commit 8249eaf
Show file tree
Hide file tree
Showing 13 changed files with 26,785 additions and 112 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
node_modules
bower_components
npm-debug.log
dist
*.log

2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ module.exports = function(grunt) {
title: 'angular-scrolly',
navTemplate: 'docs/html/nav.html',
scripts: [
'docs/js/angular-1.1.4.js',
'lib/angular.js',
'dist/angular-scrolly.js'
],
styles: [
Expand Down
8 changes: 1 addition & 7 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,5 @@
"package.json",
"src",
"test"
],
"devDependencies": {
"angular-mocks": "~1.0.7",
"angular-unstable": "~1.1.4",
"jquery": "~2.0.1",
"angular": "~1.0.7"
}
]
}
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.1.5/angular.min.js"></script>
<script src="../grunt-scripts/angular-scrolly.js"></script>
</head>
<body ng-controller="AppCtrl">
Expand Down
File renamed without changes.

0 comments on commit 8249eaf

Please sign in to comment.