-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path1blankspace.html
More file actions
26 lines (25 loc) · 1.67 KB
/
1blankspace.html
File metadata and controls
26 lines (25 loc) · 1.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html ng-app='ns1blankspace'>
<head>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.7/angular.min.js"></script>
<script type="text/javascript" src="https://rawgithub.com/ibcom/1blankspace-angularjs/master/1blankspace-1.0.0.js"></script>
<script type="text/javascript" src="https://rawgithub.com/ibcom/1blankspace-angularjs/master/1blankspace.model-1.0.0.js"></script>
<script type="text/javascript" src="https://rawgithub.com/ibcom/1blankspace-angularjs/master/1blankspace.auth-1.0.0.js"></script>
<script type="text/javascript" src="https://rawgithub.com/ibcom/1blankspace-angularjs/master/1blankspace.auth.model-1.0.0.js"></script>
<script type="text/javascript" src="https://rawgithub.com/ibcom/1blankspace-angularjs/master/1blankspace.attachments-1.0.0.js"></script>
<script type="text/javascript" src="https://rawgithub.com/ibcom/1blankspace-angularjs/master/1blankspace.home-1.0.0.js"></script>
<script type="text/javascript" src="https://rawgithub.com/ibcom/1blankspace-angularjs/master/1blankspace.contactPerson-1.0.0.js"></script>
<script type="text/javascript" src="https://rawgithub.com/ibcom/1blankspace-angularjs/master/1blankspace.contactPerson.model-1.0.0.js"></script>
<link rel='stylesheet' href='https://rawgithub.com/ibcom/1blankspace-angularjs/master/1blankspace.css'>
<title>1blankspace AngularJS</title>
</head>
<body>
<h1>1blankspace AngularJS Example App</h1>
<div ng-view>
<div class="animate-switch-container" ng-switch on="user.status">
<div ng-switch-when="">loading...</div>
<div ns1blankspace-auth ng-switch-when="ER"></div>
</div>
</div>
</body>
</html>