How to Add a Favicon to your Site.

To add favicon on your website,  you just need to add this two lines of simple code.  Add this code  in head section of your webpage.
After that upload this favicon.ico and apple-touch-icon.png file on your _img directory.

 <!-- Favicons -->
<link rel="apple-touch-icon" type="image/png" href="_img/apple-touch-icon.png">
<link rel="icon" type="image/x-icon" href="_img/favicon.ico">

Continue reading

UI Bootstrap.

Bootstrap components written in pure AngularJS by the AngularUI Team.

This repository contains a set of native AngularJS directives based on Bootstrap’s markup and CSS. As a result no dependency on jQuery or Bootstrap’s JavaScript is required. The only required dependencies are:

  • AngularJS (requires AngularJS 1.2.x, tested with 1.2.16)
  • Bootstrap CSS (tested with version 3.1.1). This version of the library (0.12.0) works only with Bootstrap CSS in version 3.x. 0.8.0 is the last version of this library that supports Bootstrap CSS in version 2.3.x.

for more information http://angular-ui.github.io/bootstrap/