Giter VIP home page Giter VIP logo

Comments (5)

gunish avatar gunish commented on September 28, 2024

The src folder is definately out of date, I tried deploying the components of the folder to a developer org, and the pages included in the src do not work.

e.g. There are references to the following components in static resources.

    <apex:stylesheet value="{!URLFOR($Resource.Bootstrap, 'bootstrap231/css/bootstrap.min.css')}"/>
    <apex:stylesheet value="{!URLFOR($Resource.Bootstrap, 'bootstrap231/css/bootstrap-responsive.min.css')}"/>  
    <apex:stylesheet value="{!URLFOR($Resource.ngForce, 'ngForce/css/bootstrap-custom.css')}"/> 
    <apex:includeScript value="{!URLFOR($Resource.ngForce, 'ngForce/js/jquery-2.0.0.min.js')}"/>
    <apex:includeScript value="{!URLFOR($Resource.ngForce, 'ngForce/js/angular.min.1.1.5.js')}"/>
    <apex:includeScript value="{!URLFOR($Resource.ngForce, 'ngForce/js/angular-ui.min.js')}"/>
    <apex:includeScript value="{!URLFOR($Resource.ngForce, 'ngForce/js/ui-bootstrap-tpls-0.3.0.min.js')}"/>
    <apex:includeScript value="{!URLFOR($Resource.ngForce, 'ngForce/js/log.min.js')}"/>
    <apex:includeScript value="{!URLFOR($Resource.ngForce, 'ngForce/js/select2.js')}"/>
    <apex:includeScript value="{!URLFOR($Resource.ngForce, 'ngForce/js/underscore.min.js')}"/>
    <apex:includeScript value="{!URLFOR($Resource.ngForce, 'ngForce/services/safeApply.js')}"/>
    <apex:includeScript value="{!URLFOR($Resource.ngForce, 'ngForce/services/ngForce.js')}"/>
    <apex:includeScript value="{!URLFOR($Resource.ngForce, 'ngForce/ngForceDemoApp.js')}"/>

but, the static recource included in the package only contains the following files.

screen shot 2014-09-04 at 14 36 41

Are there other sample implementations out there that we can refer to find out the best way to use this library ?

from ngforce.

noeticpenguin avatar noeticpenguin commented on September 28, 2024

yes, the pages included are out of date. I’ll work on updating that today.

What kind of information are you looking for with regard to sample implementations?

-Pkj
-- 
Kevin Poorman
Sent with Airmail

From: Gunish Rai Chawla [email protected]
Reply: noeticpenguin/ngForce [email protected]>
Date: September 4, 2014 at 9:37:28 AM
To: noeticpenguin/ngForce [email protected]>
Subject:  Re: [ngForce] SRC folder out of date or Unnecessary (#17)

The src folder is definately out of date, I tried deploying the components of the folder to a developer org, and the pages included in the src do not work.

e.g. There are references to the following components in static resources.

<apex:stylesheet value="{!URLFOR($Resource.Bootstrap, 'bootstrap231/css/bootstrap.min.css')}"/>
<apex:stylesheet value="{!URLFOR($Resource.Bootstrap, 'bootstrap231/css/bootstrap-responsive.min.css')}"/>   
<apex:stylesheet value="{!URLFOR($Resource.ngForce, 'ngForce/css/bootstrap-custom.css')}"/>  

<apex:includeScript value="{!URLFOR($Resource.ngForce, 'ngForce/js/jquery-2.0.0.min.js')}"/>
<apex:includeScript value="{!URLFOR($Resource.ngForce, 'ngForce/js/angular.min.1.1.5.js')}"/>
<apex:includeScript value="{!URLFOR($Resource.ngForce, 'ngForce/js/angular-ui.min.js')}"/>
<apex:includeScript value="{!URLFOR($Resource.ngForce, 'ngForce/js/ui-bootstrap-tpls-0.3.0.min.js')}"/>
<apex:includeScript value="{!URLFOR($Resource.ngForce, 'ngForce/js/log.min.js')}"/>
<apex:includeScript value="{!URLFOR($Resource.ngForce, 'ngForce/js/select2.js')}"/>
<apex:includeScript value="{!URLFOR($Resource.ngForce, 'ngForce/js/underscore.min.js')}"/>

<apex:includeScript value="{!URLFOR($Resource.ngForce, 'ngForce/services/safeApply.js')}"/>
<apex:includeScript value="{!URLFOR($Resource.ngForce, 'ngForce/services/ngForce.js')}"/>

<apex:includeScript value="{!URLFOR($Resource.ngForce, 'ngForce/ngForceDemoApp.js')}"/>

but, the static recource included in the package only contains the following files.

Are there other sample implementations out there that we can refer to find out the best way to use this library ?


Reply to this email directly or view it on GitHub.

from ngforce.

gunish avatar gunish commented on September 28, 2024

I am specifically looking for best practises on using the right libraries for building angular based ui on salesforce vf stack.

Something on the lines of this : https://github.com/noeticpenguin/AngularOnSalesforceDemoApp

But unfortunately, even this example has a broken src folder.

I am looking for e.g. which show the best way to use Routing and building SPA's (showing an sample using ngForce and its advantages)

I was going to write one myself if I didnt find anything, but to begin with, I just need a working example to get me started.

from ngforce.

noeticpenguin avatar noeticpenguin commented on September 28, 2024

the source folder is just an example, it’s not meant to be used without tweaking. 

Let me see what I can come up with .

-- 
Kevin Poorman
Sent with Airmail

From: Gunish Rai Chawla [email protected]
Reply: noeticpenguin/ngForce [email protected]>
Date: September 4, 2014 at 11:09:53 AM
To: noeticpenguin/ngForce [email protected]>
Cc: Kevin Poorman [email protected]>
Subject:  Re: [ngForce] SRC folder out of date or Unnecessary (#17)

I am specifically looking for best practises on using the right libraries for building angular based ui on salesforce vf stacks.

Something on the lines of this : https://github.com/noeticpenguin/AngularOnSalesforceDemoApp

But unfortunately, even this example has a broken src folder.

I am looking for e.g. which show the best way to use Routing and building SPA's (showing an sample using ngForce and its advantages)

I was going to write one myself if I didnt find anything, but to begin with, I just need a working example to get me started.


Reply to this email directly or view it on GitHub.

from ngforce.

noeticpenguin avatar noeticpenguin commented on September 28, 2024

see: https://github.com/noeticpenguin/AngularVisualforceSeed

from ngforce.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.