Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 546 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 546 Bytes

angular-backstrech

A simple AngularJS directive to use jQuery backstretch plugin (http://srobbin.com/jquery-plugins/backstretch/)

How-to use it?

Installation

Get the last angular-backstretch.js from here OR install it via bower: bower install angular-backstretch

Setup

  1. Include angular-backstretch.js in your project
  2. Add it as a dependency of your main module: angular.module('app', ['ngBackstretch'])
  3. Declare an HTML element using the directive: <div ng-backstretch="..."></div>

Version 1.0.1