sp-dev-fx-webparts/samples/angular-ngofficeuifabric-fi...
Simon-Pierre Plante 70fce10f75 React Content Query : Added configurable external scripts and external block helpers (#285)
* Added the files to the new repository

* Modified the .gitignore

* Added the generated sppkg file

* Added animated gifs for the read me.

* Added another animated gif

* Added a first temporary version of the readme.md

* Update README.md

* Update README.md

* Updated the readme.md file by removing spaces between brackets in the handlebars templates examples.

* Updated the WebPart with inline template editing

Added inline template editing within the toolpane, automatic template
generation and fixed a bug related to the "Me" checkbox while filtering
user fields.

* Removed the debug folder from sources

* Updated the toolpart animated gif

* Removed toolpart animated gif

* Updated the README.md file with the latest changes.

* Update README.md

* Update README.md

* Update README.md

* Adding AceEditor as Code Editor

* Removing old Monato Artefacts

* Finalized the code editor update

Added documentation for the code editor, fixed the npm-shrinkwrap to
support the code editor dependencies, updated images for the new
documentation, regenerated the .sppkg file and updated the sources on
the public CDN for version 1.0.1

* Added a .gif for the new code editor documentation

* Updated the WebPart with the latest spfx packages.

Multiple bottle-neck bugs have been fixed in SPFX which allows to update
the WebPart with the latest SPFX packages. Overall performance should
now be better and other minor bugs have been fixed.

* ...

* Updated the readme

* Updated the readme with the solution author

* Added the External Scripts property to the toolpart

The new External Scripts property allows the user to add external
JavaScript files to the WebPart that can run precisely before or after
the rendering of the template.

* Fixed the readme.md imaged broke in the previous commit

* Added the ExternalScripts.png picture to readme.md

* Updated readme.md

* Update the externalScripts image.
2017-08-14 09:49:21 +03:00
..
.vscode initial commit 2016-11-24 12:53:25 +06:00
assets initial commit 2016-11-24 12:53:25 +06:00
config Updated angular-ngofficeuifabric-file-upload to GA (#228) 2017-06-12 12:36:50 +02:00
dist Angular File Upload bug fix (#268) 2017-07-21 20:59:47 +03:00
lib/webparts/angularFileUpload Angular File Upload bug fix (#268) 2017-07-21 20:59:47 +03:00
src React Content Query WebPart (#271) 2017-08-07 16:46:22 +03:00
typings Updated angular-ngofficeuifabric-file-upload to GA (#228) 2017-06-12 12:36:50 +02:00
.editorconfig initial commit 2016-11-24 12:53:25 +06:00
.gitattributes initial commit 2016-11-24 12:53:25 +06:00
.gitignore initial commit 2016-11-24 12:53:25 +06:00
.npmignore initial commit 2016-11-24 12:53:25 +06:00
.yo-rc.json initial commit 2016-11-24 12:53:25 +06:00
README.md React Content Query : Added configurable external scripts and external block helpers (#285) 2017-08-14 09:49:21 +03:00
angular-file-upload.njsproj initial commit 2016-11-24 12:53:25 +06:00
gulpfile.js Updated angular-ngofficeuifabric-file-upload to GA (#228) 2017-06-12 12:36:50 +02:00
package.json Updated angular-ngofficeuifabric-file-upload to GA (#228) 2017-06-12 12:36:50 +02:00
tsconfig.json Updated angular-ngofficeuifabric-file-upload to GA (#228) 2017-06-12 12:36:50 +02:00
tsd.json initial commit 2016-11-24 12:53:25 +06:00

README.md

Spfx Webpart: File Upload using AngularJs

Summary

File Update/Delete webpart using AngularJs and ngOfficeUIFabric with the SharePoint Framework.

File Upload using Angular

Edit webpart properties to set Document library Name. Initially, It has been set to Documents.

Used SharePoint Framework Version

drop

Applies to

Solution

Solution Author(s)
angular-ngofficeuifabric-file-upload Atish Kumar Dipongkor (MVP, Office Development), Gautam Sheth(SharePoint Consultant,RapidCircle,@gautamdsheth)

Version history

Version Date Comments
1.0 November 24, 2016 Initial release
2.0 May 26, 2017 GA release
2.1 July 19, 2017 Bug fix

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.


Minimal Path to Awesome

  • Clone this repository
  • in the command line run:
    • npm install
    • tsd install
    • gulp serve --nobrowser

Features

This Web Part illustrates the following concepts on top of the SharePoint Framework & AngularJs:

  • BaseService: By injecting this Angular Service, GET, POST, UPDATE & DELETE requests can be made easily. It's a resuable service.
  • CustomFileChange: It's a custom Angular directive. It binds the file with model on file change event.
  • IsoToDateString: It's a custom Angular filter. It formats ISO date string to {0:yyyy}-{0:MM}-{0:dd} format.