let us take over ng-app injection in angular

This commit is contained in:
hamza zia 2013-03-09 05:52:47 +00:00
parent 949534ccf2
commit cc9e33f5bc
2 changed files with 1 additions and 3 deletions

View File

@ -78,7 +78,7 @@
</head>
<!-- }}} -->
<body ng-app="webui">
<body>
<!-- {{{ header -->
<div class="navbar navbar-inverse navbar-fixed-top" ng-controller="NavCtrl">

View File

@ -11,8 +11,6 @@ var webui = angular.module('webui', [
'ui.bootstrap.modal', 'ui.bootstrap.alert'
]);
/*
$(function() {
angular.bootstrap(document, ['webui'])
});
*/