From f3a0da179d5fbc41886bab97a1101fabd0d99f27 Mon Sep 17 00:00:00 2001 From: karma4u101 Date: Fri, 15 Apr 2016 20:55:53 +0200 Subject: [PATCH] #67 Documentation updates --- Angular/AngularJS/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Angular/AngularJS/README.md b/Angular/AngularJS/README.md index 7cbad1fa..e5aad46e 100644 --- a/Angular/AngularJS/README.md +++ b/Angular/AngularJS/README.md @@ -70,13 +70,13 @@ FoBo.ToolKit.Init=FoBo.ToolKit.AngularJS153i18n //access to angular i18n file FoBo.ToolKit.Init=FoBo.ToolKit.AJSUIBootstrap0100 //Angular UI Bootstrap FoBo.ToolKit.Init=FoBo.ToolKit.AJSMaterial107 //Angular Material FoBo.ToolKit.Init=FoBo.ToolKit.AJSUIGrid307 //Angular UI-Grid -FoBo.ToolKit.Init=FoBo.ToolKit.AJSNGGrid207 //Angular NG-Grid +//FoBo.ToolKit.Init=FoBo.ToolKit.AJSNGGrid207 //Angular NG-Grid ``` ### Lift FoBo boot hooks (when used as stand alone module) ```scala -import net.liftmodules.FoBoAJS +import net.liftmodules.{FoBoAJS => FoBo} : -FoBoAJS.ToolKit.Init=FoBoAJS.ToolKit.AngularJS106 //The core files +FoBo.ToolKit.Init=FoBo.ToolKit.AngularJS153 //The core files : ``` ### Lift FoBo Template hooks @@ -92,9 +92,9 @@ do not have to worry about it. - - - + + + ``` For more information on how to use AngularJS see the [FoBo Demo](http://www.media4u101.se/fobo-lift-template-demo/) and [FoBo](https://github.com/karma4u101/FoBo/blob/master/README.md).