Hi all,
First time posting here and was looking for some advice between the two
mentioned frameworks...
I am working for a company that uses Kendo UI for the whole site for an SPA
View. Recently we have started using Umbraco which uses AngularJS. We are
trying to decide whether to keep using K
hanks,
Charlie
--
You received this message because you are subscribed to the Google Groups
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.
Success! Ashwin Gonsalves over at BrowserStack got me headed in the right
direction.
I needed to set baseURL and ensure my server was up and running before
calling the browserStackTunnel task.
my conf file looks like:
// An example configuration file.
var bsConfig = {
'build': 'E2
Has anyone come up with a relatively painless way to run Protractor on
Browserstack?
It seems it possible according
to https://twitter.com/tatejohnson/status/401984671195471872
Using the configuration below, I'm able to run the tests but browserstack
never connects to my local server, instead
Try this conf:
// An example configuration file.
exports.config = {
// Capabilities to be passed to the webdriver instance.
multiCapabilities: [
{
'browserName': 'phantomjs',
'phantomjs.binary.path':'./node_modules/karma-phantomjs-launcher/node_modules/phan
See Igor's response below:
Hi Charles,
here is a working test: http://jsfiddle.net/mWrq9/2/
The issue is that there too much stuff happening on the root node of your
template. You are compiling the element directive and also replaces itself
with a template and that template contain ngIf, which
I'm hitting the wall on this one too.
On Thursday, April 17, 2014 4:03:18 PM UTC-4, David Gee wrote:
>
> I've been writing unit tests for angular controllers and services for a
> while now, but been putting off the daunting task of testing directives.
> I currently have an isolated scope directi
I don't think I would have figured out to set the Content-type to undefined
instead of false in a million years. Thank you!
On Monday, August 6, 2012 7:38:02 AM UTC-4, David Krutky wrote:
>
> Anyone knows how to use FormData object with $http service? Because this
> doesn't seem to work:
>
> var
Thanks to all, I will follow your advices and try to learn some more about
the 'promises'.
Thanks
Le vendredi 25 avril 2014 17:12:03 UTC+2, Charlie Camus a écrit :
>
> Hi all,
>
> I'm a beginner with Angular JS, and I think I missed something.
>
> Here is
Hi all,
I'm a beginner with Angular JS, and I think I missed something.
Here is my code :
$scope.listAccueil=function(){
$http.get('/findParams')
.success(function(data){
$scope.params=data;
})
console.log($scope.params); //
10 matches
Mail list logo