From 4c5c9a6d8d3bfa8715835b08cae0e36f44608945 Mon Sep 17 00:00:00 2001 From: Foxtrot Date: Sun, 8 May 2016 22:15:20 +0100 Subject: [PATCH] Remove TODO --- creating_modules.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/creating_modules.md b/creating_modules.md index 37cb1a9..f37c3cc 100644 --- a/creating_modules.md +++ b/creating_modules.md @@ -4,8 +4,6 @@ With the new WiFi Pineapple Interface, It is easy to create modules that use the new [API](api.md). Modules use HTML, AngularJS and PHP to make requests and retrieve a response. The new interface and the modules also use Bootstrap. -// TODO: write better Introduction - ##Anatomy of a basic module A basic module will request information through AngularJS to PHP, and then the PHP will provide a response to AngularJS, where it will then be displayed on the HTML page for the user to see.