-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #67 from ahmadfh/master
remove settings page
- Loading branch information
Showing
14 changed files
with
14 additions
and
270 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
control/settings/assets/lib/input-tags/css/ng-tags-input.bootstrap.min.css
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
control/settings/assets/lib/input-tags/css/ng-tags-input.min.css
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,23 @@ | ||
<!DOCTYPE html> | ||
<html ng-app="socialPluginSettings"> | ||
<html> | ||
<head> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
||
<!-- Load helper.css to use our helper classes. | ||
--> | ||
<link href="../../../../styles/helper.css" rel="stylesheet"> | ||
<!-- input tags --> | ||
<link href="assets/lib/input-tags/css/ng-tags-input.min.css" rel="stylesheet"> | ||
<link href="assets/lib/input-tags/css/ng-tags-input.bootstrap.min.css" rel="stylesheet"> | ||
--> | ||
|
||
<!-- JS --> | ||
<script src="../../../../scripts/buildfire.js"></script> | ||
<script src="../../../../scripts/angular/angular.min.js"></script> | ||
<script src="../../../../scripts/angular/angular-route.min.js"></script> | ||
<!-- input tags --> | ||
<script src="assets/lib/input-tags/js/ng-tags-input.min.js"></script> | ||
<script src="app.js"></script> | ||
<script src="controllers/mainSettingsCtrl.js"></script> | ||
|
||
<script src="../../../../scripts/angular/ui-bootstrap.min.js"></script> | ||
<!-- | ||
<script src="../../../../scripts/jquery/jquery-1.11.2.min.js"></script> | ||
--> | ||
<script src="../../../../scripts/angular/angular.min.js"></script> | ||
<script src="../../../../scripts/angular/ui-bootstrap.min.js"></script> | ||
<script src="../../../../scripts/jquery/jquery-1.11.2.min.js"></script> | ||
--> | ||
</head> | ||
<body class="scrollable"> | ||
<div class="settings" ng-view></div> | ||
<body> | ||
<span>Settings - Hello world!</span> | ||
</body> | ||
</html> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
"enabled": false | ||
}, | ||
"settings": { | ||
"enabled": true | ||
"enabled": false | ||
} | ||
}, | ||
"widget": { | ||
|
This file was deleted.
Oops, something went wrong.
41 changes: 0 additions & 41 deletions
41
test/control/settings/controller/settings.mainSettings.controller.specs.js
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.