Skip to content

Commit

Permalink
Merge pull request #613 from Benew/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
fzaninotto committed Aug 24, 2015
2 parents 9fb02d9 + bf58345 commit 296d132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Add the `ng-admin.min.css` and `ng-admin.min.js` to the HTML, add a `<div ui-vie
<script src="node_modules/ng-admin/build/ng-admin.min.js"></script>
<script type="text/javascript">
var myApp = angular.module('myApp', ['ng-admin']);
myApp.config(function('NgAdminConfigurationProvider') {
myApp.config(['NgAdminConfigurationProvider', function(NgAdminConfigurationProvider) {
var nga = NgAdminConfigurationProvider;
// create an admin application
var admin = nga.application('My First Admin');
Expand Down

0 comments on commit 296d132

Please sign in to comment.