r437 - in nuiton-js-angular-ui-bootstrap/trunk/src/site: . rst
Author: echatellier Date: 2014-05-07 15:57:47 +0200 (Wed, 07 May 2014) New Revision: 437 Url: http://forge.nuiton.org/projects/nuiton-js/repository/revisions/437 Log: Update site Modified: nuiton-js-angular-ui-bootstrap/trunk/src/site/rst/index.rst.vm nuiton-js-angular-ui-bootstrap/trunk/src/site/site_en.xml Modified: nuiton-js-angular-ui-bootstrap/trunk/src/site/rst/index.rst.vm =================================================================== --- nuiton-js-angular-ui-bootstrap/trunk/src/site/rst/index.rst.vm 2014-05-07 13:55:54 UTC (rev 436) +++ nuiton-js-angular-ui-bootstrap/trunk/src/site/rst/index.rst.vm 2014-05-07 13:57:47 UTC (rev 437) @@ -1,10 +1,10 @@ .. - .. * #%L -.. * Nuiton JS :: Mustache +.. * Nuiton JS :: Angular UI-Boostrap .. * $Id$ .. * $HeadURL$ .. * %% -.. * Copyright (C) 2013 CodeLutin +.. * Copyright (C) 2014 CodeLutin .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU Lesser General Public License as @@ -22,14 +22,14 @@ .. * #L% .. - -AngularJS UI-Utils -================== +AngularJS UI-Bootstrap +====================== -Swiss-Army-Knife of AngularJS tools (with no external dependencies!). +Bootstrap components written in pure AngularJS by the AngularUI Team. - documentation_ -.. _documentation: https://github.com/angular-ui/ui-utils +.. _documentation: http://angular-ui.github.io/bootstrap/ Use --- @@ -38,7 +38,7 @@ <dependency> <groupId>org.nuiton.js</groupId> - <artifactId>nuiton-js-angular-ui-utils</artifactId> + <artifactId>nuiton-js-angular-ui-bootstrap</artifactId> <version>${project.version}</version> <scope>runtime</scope> </dependency> @@ -47,31 +47,13 @@ <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> - <script language="javascript" type="text/javascript" src="<c:url value="/nuiton-js/angular-ui-utils.js"/>"></script> + <script language="javascript" type="text/javascript" src="<c:url value="/nuiton-js/angular-ui-bootstrap.js"/>"></script> Available JS ------------ -- angular-ui-utils.js +- angular-ui-bootstrap.js -Or as single package: - -- angular-ui-event.js -- angular-ui-format.js -- angular-ui-highlight.js -- angular-ui-ie-shiv.js -- angular-ui-indeterminate.js -- angular-ui-inflector.js -- angular-ui-jq.js -- angular-ui-keypress.js -- angular-ui-mask.js -- angular-ui-reset.js -- angular-ui-route.js -- angular-ui-scrollfix.js -- angular-ui-showhide.js -- angular-ui-unique.js -- angular-ui-validate.js - Available CSS ------------- Modified: nuiton-js-angular-ui-bootstrap/trunk/src/site/site_en.xml =================================================================== --- nuiton-js-angular-ui-bootstrap/trunk/src/site/site_en.xml 2014-05-07 13:55:54 UTC (rev 436) +++ nuiton-js-angular-ui-bootstrap/trunk/src/site/site_en.xml 2014-05-07 13:57:47 UTC (rev 437) @@ -4,7 +4,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2012 - 2013 CodeLutin + Copyright (C) 2012 - 2014 CodeLutin %% Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal
participants (1)
-
echatellier@users.nuiton.org