examples: annotate examples
[nit.git] / lib / popcorn / examples / angular / example_angular.nit
index 9212a8e..0da9194 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+# This is an example of how to use angular.js with popcorn
+module example_angular is example
+
 import popcorn
+import popcorn::pop_json
 
 class CounterAPI
        super Handler