Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 642856a

Browse files
Single
1 parent cb8190d commit 642856a

File tree

17 files changed

+120
-38
lines changed

17 files changed

+120
-38
lines changed

‎Web/SinglePageAngularJS/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ app.config(function($stateProvider,$urlRouterProvider)
1313
controller: 'homeCtr'
1414
})
1515
.state('home.dashboard',{
16-
url:'/home',
16+
url:'/dashboard',
1717
templateUrl: 'templates/dashboard.html',
1818
controller: 'dashboardCtr'
1919
});
158 KB
Loading[フレーム]
151 KB
Loading[フレーム]
194 KB
Loading[フレーム]
158 KB
Loading[フレーム]
153 KB
Loading[フレーム]
156 KB
Loading[フレーム]
113 KB
Loading[フレーム]
160 KB
Loading[フレーム]
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11

22

33

4-
app.controller('dashboardCtr', function($scope) {
4+
app.controller('dashboardCtr', function($scope,$mdDialog) {
55
$scope.imagePath = 'assets/images/galaxy-s5-large.jpg';
6+
7+
//console.log("Rakesh");
8+
69
});

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /