We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
same problem, bower install angular-backstretch --save
bower ENOTFOUND Package angular-backstretch not found
Sorry, something went wrong.
Include angular-backstretch.js in your project
angular-backstretch.js
Add it as a dependency of your main module: angular.module('app', ['ngBackstretch'])
angular.module('app', ['ngBackstretch'])
Create an object in your controller with the desired configuration. For example:
$scope.backstretch = { options: { fade: 750, duration: 3000, bodyBackground: true }, images: [ "img/bg_1.png", "img/bg_2.png", "img/bg_3.png" ] };
Declare an HTML element using the directive: <my-backstretch configuration="backstretch"></my-backstretch>
<my-backstretch configuration="backstretch"></my-backstretch>
Version 0.1.0
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: