angular.module('VENetCMSApp').config(function($locationProvider) {$locationProvider.hashPrefix('!')}).config(function($routeProvider){$routeProvider.when('/bnlsystems', { templateUrl: 'templates.php?pageId=21', controller: 'bnlsystemsIndexController', controllerAs: 'bnlsystemsCtrl'}).when('/', { redirectTo: '/bnlsystems' }).otherwise({ redirectTo: '/bnlsystems'})})