8000 new examples · markandrewj/angular-examples@e41076d · GitHub
[go: up one dir, main page]

Skip to content

Commit e41076d

Browse files
committed
new examples
1 parent 4df457e commit e41076d

File tree

44 files changed

+610
-886
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+610
-886
lines changed

angularjs-bootstrap/app/app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
var app = angular.module('app', []);

angularjs-bootstrap/app/common/empty

Whitespace-only changes.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
function HomeCtrl($scope) {
2+
$scope.name = 'total.js + angular.js = awesome';
3+
$scope.users = [{ name: 'Peter', age: 30 }, { name: 'Michal', age: 34 }, { name: 'Lucia', age: 33 }];
4+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
function UserCtrl($scope) {
2+
$scope.name = 'user';
3+
}

angularjs-bootstrap/app/css/app.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/*auto*/
2+
3+
body { padding:20px; margin:0; font:normal 12px Arial; }

angularjs-bootstrap/app/directives/empty

Whitespace-only changes.

angularjs-bootstrap/app/filters/empty

Whitespace-only changes.

angularjs-bootstrap/app/resources/empty

Whitespace-only changes.

angularjs-bootstrap/app/robots.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
User-agent: *
2+
Allow: /

angularjs-bootstrap/app/services/empty

Whitespace-only changes.

0 commit comments

Comments
 (0)
0