Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Commit

Permalink
Merge branch 'master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Bloomfield committed Mar 31, 2014
2 parents 914ad10 + e1a53a1 commit aea0a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ angular.module('bulbsCmsApp', [
})
.when('/cms/app/pzones/', {
templateUrl: PARTIALS_URL + 'pzones.html',
controller: 'PZoneCtrl'
controller: 'PzoneCtrl'
})
.otherwise({
redirectTo: '/cms/app/list/published/'
Expand Down

0 comments on commit aea0a8f

Please sign in to comment.