Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I'm looking to use the Angular Material library in a Property Editor that I am looking to put together.
I need to include the following external files
https://ajax.googleapis.com/ajax/libs/angular_material/0.11.2/angular-material.min.css
https://ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular-animate.min.js https://ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular-aria.min.js https://ajax.googleapis.com/ajax/libs/angular_material/1.0.7/angular-material.min.js
Then I would add the following dependency
angular.module('myApp', ['ngMaterial']);
How would I go about this for an Umbraco Property Editor?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Property Editor external dependencies
I'm looking to use the Angular Material library in a Property Editor that I am looking to put together.
I need to include the following external files
https://ajax.googleapis.com/ajax/libs/angular_material/0.11.2/angular-material.min.css
https://ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular-animate.min.js https://ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular-aria.min.js https://ajax.googleapis.com/ajax/libs/angular_material/1.0.7/angular-material.min.js
Then I would add the following dependency
angular.module('myApp', ['ngMaterial']);
How would I go about this for an Umbraco Property Editor?
is working on a reply...