-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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 #16 from rashidkpc/master
Add config directive
- Loading branch information
Showing
8 changed files
with
5,982 additions
and
6 deletions.
There are no files selected for viewing
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
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
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<div class="form-group"> | ||
<label for="exampleInputEmail1">Load</label> | ||
<input type="text" ng-model="configObject.dashboard.title" class="form-control" placeholder="Dashboard title"> | ||
</div> | ||
<button type="submit" class="btn btn-default">Load</button> |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<div class="form-group"> | ||
<label for="exampleInputEmail1">Save As</label> | ||
<input type="text" ng-model="configObject.dashboard.title" class="form-control" placeholder="Dashboard title"> | ||
</div> | ||
<button type="submit" class="btn btn-primary">Save</button> |
Oops, something went wrong.