In this example, we will use Bower to manage our third-party Angular.js library components. If you are not familiar with Bower, it is simply a package manager for frontend components. Instead of using Bower, you can just manually download and place the required files.
If you do not have Bower, you can follow the instructions to install it from bower.io at
http://bower.io/#install-bower. If you do not want to install Bower, we will provide links to manually download libraries.
Having a background in AngularJS is not required but is beneficial. This recipe implements the example from the home page of the library.