Skip to content
This repository was archived by the owner on Nov 30, 2018. It is now read-only.

Commit 9679dc2

Browse files
committed
Forgot to rename UseCtrl to QuickstartCtrl
1 parent 7e8a963 commit 9679dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/scripts/controllers/quickstart.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'use strict';
22

33
angular.module('angularGoogleMapsApp')
4-
.controller('UseCtrl', ['$scope', function ($scope) {
4+
.controller('QuickstartCtrl', ['$scope', function ($scope) {
55
}]);

0 commit comments

Comments
 (0)