meze / bower-angular

Bower package for AngularJS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AngularJS

Bower package for AngularJS. This project makes makes no modifications to the stock AngularJS build.

Usage

To avoid conflicts with the official AngularJS bowser package, this package will remain unregistered. To use it, add the following to your Bower dependencies.

{
  "dependencies" : {
    "angular" : "PatternConsulting/bower-angular"
  }
}

Note that implies the latest, which corresponds to the newest, unstable AngularJS release. Visit the tags list to see available versions, and usage notes on Bower dependencies for details.

Branches

The master branch does not contain any AngularJS distribution. Our stable and unstable branches track with the respective AngularJS branches.

Rationale

This is package is slightly duplicative with bower-angular, but intends to maintain packages for both the stable and unstable AngularJS branches.

About

Bower package for AngularJS.