Skip to content

Commit 5582082

Browse files
committed
fix
1 parent 77e2fee commit 5582082

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
A tool for synthesizing conceptual designs for sensors. This is based on my research work carried out at the Indian Institute of Science, Bangalore.
44

5-
This is version v1.0 based angular-meteor framework.
5+
Version v1.0 uses the angular-meteor framework.
66

client/routes.js

+2-10
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
11
var appmod = angular.module('isapPkg');
22

3-
appmod.config(
3+
appmod.config(['$urlRouterProvider', '$stateProvider', '$locationProvider',
44
function ($urlRouterProvider, $stateProvider, $locationProvider) {
55
$locationProvider.html5Mode(true);
6-
7-
//$stateProvider.state('top', {
8-
// url: '/top',
9-
// templateUrl: 'client/top.ng.html',
10-
// controller: ''
11-
//});
12-
//$urlRouterProvider.otherwise('/top');
13-
146
}
15-
);
7+
]);

0 commit comments

Comments
 (0)