AngularJS Example:

by harsh dand

HTML

<link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css">
<div ng-app="mainApp">

</div>

JavaScript

var mainApp = angular.module('mainApp', []);

mainApp.run(['$rootScope', '$location', '$timeout'
        function ($rootScope, $location, $route, authService, $timeout) {
             
             
}]);