-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create igniteui-angularJS quickstart application #114
Labels
Comments
The |
tiliev
pushed a commit
to tiliev/igniteui-angular
that referenced
this issue
Jul 24, 2017
…rt app links and descriptions.
bman61
pushed a commit
to bman61/igniteui-angular
that referenced
this issue
Apr 13, 2021
* Updated samples to work off file system or server * Updating the repo to use latest version of deps. * Fix tests and add required dependencies for karma test runner * Update test instructions, add reporter to karma and remove not used dependencies. * Add integration with Travis CI. * Configure Travis to run Chrome for testing. * Add protractor tests to run on Travis CI * Add test coverage for karma tests only. * Some styling fixes * Update README.md * Removing unnecessary semicolon * Configuring the bower package info * Code style fixes * Add test coverage for protractor and ability to combine reports with Karma. Add some base karma tests and update readme. * Update protractor-conf.js * Fix some code style regarding use of single and double quotes. * Adding /*global it*/ * Changing single quotes to double * Changing to jQuery 1.8 as dependency. The igTileManager depends on jQuery 1.8. * Fixing tests * Updating samples links to use Url with protocol * Updating sample Urls * Fixing outdated CDN links * Fixing the PK of igTreeGrid sample * Fix some comparison style issues * Add npm specific configuration for npm distribution. * Set travis to run on trusty * Add specific files for npm distribution. Update readme files and version. * Update table formatting in readme files. * Fixing work item #214817 No events fired when custom value is entered * Update the model with a stored value, when a new data source is applied * Add unit test for fix Fix "No events fired when custom value is entered" IgniteUI#58 * Add unit test for fix (index.html) Fix "No events fired when custom value is entered" IgniteUI#58 * Imporve code style * Use cellById method to get the proper cell for updating * Relocate declaration of some funcs for strict mode * Improve checking for multiple changes in scope * reset changedVals array changedVals was shared between multiple records, so if two different properties were changed on two different records, both would register as having both properties changed. * Revert "reset changedVals array" * Fix failing test * Adding issue stats badge for pull requests * Remove substring when updating cells, add test for it, closes IgniteUI#69 * Instantiate igHierarchiacalGrid, igPivotGrid, igTreeGrid on table * Improve hierarchical grid init and add test for it * Allow ig-chart to be initit without defining data source * Update the scope when clearing a value from igCombo and test * Return binding to igcombotextchanged to support 14.2 igCombo * Use AngularJS build 1.5.8 into the samples * Set karma version to 0.13.22 because of issue#2249 in 1.1.1 * Update travis to run jshint tests. * Syncing "src-samples" and "samples" folders * Add validator templating reference to igCombo sample * Updating the list of controls supporting one-way data binding Updating the list of controls supporting one-way data binding * Removing the issue stats badge * Adding support for multiline text editor Closes IgniteUI#87 * Fixing jshint for issue 87 * Imporve checking for destroyed element * Fixing issue IgniteUI#89 * Fixing jshint issue * Fixing issue with integrations with features when collection is modified * Making sure context is copied before the template is compiled * Additional fix for bug #228845 due to changes in GroupBy logic * Implement two way data binding for igCheckboxEditor * Updating igMap source file references Resolves IgniteUI#99 * Updating references for igDataChart and igPivotGrid samples Resolves IgniteUI#99 * Fix for bug #230041 * bug #230041 review * Set protractor to 4.0.14, higher webdriver dep does not work with node 6 and bellow * Fixing jscs errors * Fix for internal issue #234087. Remove configuration attributes from the element * Automate removing of configuration attributes and fix minor issue * Add references and change style path * Final changes - generating files with generator:default * Fixing combo scenario where the value contains "," Fixing combo scenario where the value contains "," * Issue IgniteUI#114, updating the read me to include the new quick start app links and descriptions. * Replacing all references to igniteui-angular with igniteui-angularjs * Updating the readme after the rename * Adding a commented out dependency on ignite-ui-full * Can't have the comment in the package.json. Moving it to the readme. * Rename the source file * Add Travis CI npm deploy step * Update README.md * build(npm): update npm deploy token IgniteUI/ignite-ui#1764 * test(ig-data-chart): chart requires to be in the DOM tree to initialize properly * test: update protractor + karma, use directConnect, add package-lock.json * test: use https for Ignite UI CDN scripts * build: update node version * test: tick in hierarchical grid unit test * Update and fix sample with the latest references * Update package-lock.json * Fix the link to the igniteui-angular-seed repo The link forthe seed for Ignite UI AngularJS apps was broken. * add isEmpty directive to combo model Co-authored-by: Martin Pavlov <[email protected]> Co-authored-by: Craig Shoemaker <[email protected]> Co-authored-by: kdinev <[email protected]> Co-authored-by: skrustev <[email protected]> Co-authored-by: Martin Pavlov <[email protected]> Co-authored-by: Zdravko Kolev <[email protected]> Co-authored-by: Deyan Kamburov <[email protected]> Co-authored-by: ighvarma <[email protected]> Co-authored-by: Maya <[email protected]> Co-authored-by: Martin Pavlov <[email protected]> Co-authored-by: INFRAGISTICS\tiliev <[email protected]> Co-authored-by: dkamburov <[email protected]> Co-authored-by: Damyan Petev <[email protected]> Co-authored-by: Hristo <[email protected]> Co-authored-by: Zdravko Kolev <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need to create a quick starting point for AngularJS users interested in Ignite UI controls.
The text was updated successfully, but these errors were encountered: