-
Notifications
You must be signed in to change notification settings - Fork 6
Installing
Sezer Ekinci edited this page Sep 4, 2017
·
1 revision
<script type="text/javascript" src="https://cdn.rawgit.com/Flatte/Flatte-Web/1.0.1-beta.86/dist/flatte.min.js"></script>
$ bower install flatte
If you don't want to use bower or cdn, you can manually download the latest version of flatte.min.js.
Inject flatte in your angularjs module.
angular.module('myApp',['mx.flatte']);angular.module('myApp').run(['flatte',function(flatte){
flatte.settings({
debug: false,
baseRef: "/",
con: firebase,
manifest: {},
predefined: {
".true": true,
".false": false,
".null": null,
".timestamp": firebase.database.ServerValue.TIMESTAMP
}
});
}])We recommend you to think various complex scenarios and make some tests. Flatte Manifest Builder will help you to create a manifest and you can run your tests, easily
- Flatte is licensed under the MIT License - see the LICENSE.md file for details
Getting Started
Flatte Manifest
Predefined Templates
Usage
Flatte Manifest Builder