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> </head>
<!-- }}} --> <!-- }}} -->
<body ng-app="webui"> <body>
<!-- {{{ header --> <!-- {{{ header -->
<div class="navbar navbar-inverse navbar-fixed-top" ng-controller="NavCtrl"> <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' 'ui.bootstrap.modal', 'ui.bootstrap.alert'
]); ]);
/*
$(function() { $(function() {
angular.bootstrap(document, ['webui']) angular.bootstrap(document, ['webui'])
}); });
*/